- 15 Apr, 2015 3 commits
-
-
In the prior implementation, enabling GIT_DIFF_UPDATE_INDEX would overwrite entries in the index with the ones generated from scanning the working if the OID was the same. Because this OID comparison ignores file modes, this means an file in the workdir with only an exec bit difference with the one in the index would end up being overwritten, resulting in the exec bit being loss. There might be other related bugs but the fix of comparing OIDs and file modes should address them all.
Pierre-Olivier Latour committed -
The variable noid is guaranteed to be zero at this point of the code path.
Pierre-Olivier Latour committed -
Pierre-Olivier Latour 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 3 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
-