- 14 Apr, 2015 1 commit
-
-
When walking backwards and marking parents uninteresting, make sure we detect when the list of commits we have left has run out of uninteresting commits so we can stop marking commits as uninteresting. Failing to do so can mean that we walk the whole history marking everything uninteresting, which eats up time, CPU and IO for with useless work. While pre-marking does look for this, we still need to check during the main traversal as there are setups for which pre-marking does not leave enough information in the commits. This can happen if we push a commit and hide its parent.
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 2 commits
-
-
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
-
- 18 Mar, 2015 5 commits
-
-
Edward Thomson committed
-
Allow merges of files (and trees) with whitespace problems/fixes
Edward Thomson committed -
The smart transport has already take the payload param. For the sub transport a payload param is useful for the implementer.
Leo Yang committed -
clar: update to 08f434d
Carlos Martín Nieto committed -
Update tips fixes
Carlos Martín Nieto committed
-