- 17 Apr, 2015 1 commit
-
-
Handle hide-then-push in the revwalk
Edward Thomson committed
-
- 16 Apr, 2015 1 commit
-
-
Add memory leak detection/reporting using MSVC CRTDBG facility.
Edward Thomson committed
-
- 15 Apr, 2015 1 commit
-
-
Jeff Hostetler committed
-
- 13 Apr, 2015 1 commit
-
-
As it seems it's not quite clear what it means to push a commit, try to be more explicit about adding a new root and that we may not see this commit if it is hidden.
Carlos Martín Nieto committed
-
- 10 Apr, 2015 5 commits
-
-
Make sure to pack referenced objects for non-branches
Edward Thomson committed -
If work_dir is not specified, use repo_dir to test if symlink is supported
Edward Thomson committed -
Edward Thomson committed
-
Fix checking of return value for regcomp.
Edward Thomson committed -
The regcomp function returns a non-zero value if compilation of a regular expression fails. In most places we only check for negative values, but positive values indicate an error, as well. Fix this tree-wide, fixing a segmentation fault when calling git_config_iterator_glob_new with an invalid regexp.
Patrick Steinhardt committed
-
- 08 Apr, 2015 4 commits
-
-
When a commit is first set as unintersting and then pushed, we must take care that we do not put it into the commit list as that makes us return at least that commit (but maybe more) as we've inserted it into the list because we have the assumption that we want anything in the commit list.
Carlos Martín Nieto committed -
When we hide a commit which we later push into the revwalk, we do not handle this well and return commits which we should not.
Carlos Martín Nieto committed -
Fix describe without refs and OID fallbacks
Edward Thomson committed -
GIT_UNUSED() macro generates code therefore it should be used after variable declarations.
Jozef Matula committed
-
- 07 Apr, 2015 2 commits
-
-
When no reference names could be found we did error out when trying to describe a commit. This is wrong, though, when the option to fall back to a commit's object ID is set.
Patrick Steinhardt committed -
Patrick Steinhardt committed
-
- 04 Apr, 2015 4 commits
-
-
Linquize committed
-
Linquize committed
-
Entry argument passed to git_index_add_frombuffer() should be const
Edward Thomson committed -
Pierre-Olivier Latour committed
-
- 01 Apr, 2015 1 commit
-
-
gitignore: ignore vim swapfiles
Edward Thomson committed
-
- 30 Mar, 2015 1 commit
-
-
Edward Thomson committed
-
- 25 Mar, 2015 4 commits
-
-
Clear temporary buffer when filtering
Edward Thomson committed -
If we are using a temporary buffer for filtering, be sure to clear it before using it, in case the file that we are filtering is empty.
Edward Thomson committed -
Jacques Germishuys committed
-
squash some leaks
Carlos Martín Nieto committed
-
- 24 Mar, 2015 6 commits
-
-
Edward Thomson committed
-
Add a custom param to git_smart_subtransport_definition
Edward Thomson committed -
WinHTTP for MinGW
Edward Thomson committed -
note: use a git_buf to return the default namespace
Edward Thomson committed -
examples: add remote example.
Carlos Martín Nieto committed -
checkout: report correct invalid path
Carlos Martín Nieto committed
-
- 23 Mar, 2015 1 commit
-
-
Edward Thomson committed
-
- 21 Mar, 2015 1 commit
-
-
In case of a bad url or other error during the connection setup, we close the stream via free.
Carlos Martín Nieto committed
-
- 20 Mar, 2015 2 commits
-
-
fix changelog
Edward Thomson committed -
Shawn Landden committed
-
- 19 Mar, 2015 5 commits
-
-
mkdir-ext: Assume directories don't exist; fix all race cases
Edward Thomson committed -
Vicent Marti committed
-
Tony Kelman committed
-
Patrick Steinhardt committed
-
win32 resource: allow custom comments field in DLL
Carlos Martín Nieto committed
-