Releases: git-for-windows/git-snapshots
Releases · git-for-windows/git-snapshots
Fri, 22 Dec 2017 17:15:50 +0000
GfW accepts pull requests; Core Git does not Direct Git for Windows enhancements to their contributions page. Space out the text for easy reading. Also clarify that the mailing list is plain text, no HTML. Signed-off-by: Philip Oakley <[email protected]>
Thu, 21 Dec 2017 14:34:46 +0100
fixup! dir.c: regression fix for add_excludes with fscache It is unlikely that the fstat() call fails, but not impossible... Coverity pointed out that we check for its return value elsewhere, so we might just as well do it here, too. Signed-off-by: Johannes Schindelin <[email protected]>
Wed, 20 Dec 2017 17:56:06 +0100
Merge pull request #1407 from jeffhostetler/regression_1392 dir.c: regression fix for add_excludes with fscache
Thu, 21 Dec 2017 00:04:53 +0100
fixup! vcxproj: also link-or-copy builtins Need to force-add ignored files. D'oh. Signed-off-by: Johannes Schindelin <[email protected]>
Wed, 20 Dec 2017 23:17:14 +0100
fixup! vcxproj: also link-or-copy builtins The git/ directory should already exist when we write that .targets file... and then we should also add it explicitly... Signed-off-by: Johannes Schindelin <[email protected]>
Wed, 20 Dec 2017 22:35:45 +0100
Merge pull request #1304 from jeffhostetler/vs2017_vcpkg VS2017 vcpkg support.
Fri, 8 Dec 2017 01:12:38 +0100
fixup! read-cache: run verify_hdr() in background thread Since picking up a33fc72fe9 (read-cache: force_verify_index_checksum, 2017-04-14), we do not even check the SHA-1 of the index by default anymore, therefore we no longer need this workaround. Noticed by Ben Peart. This reverts commit 480829f131ec75407165843473e8ab84c8e30046. Signed-off-by: Johannes Schindelin <[email protected]>
Thu, 30 Nov 2017 00:51:33 +0100
hashmap: adjust documentation to reflect reality The hashmap API is just complicated enough that even at least one long-time Git contributor has to look up how to use it every time he finds a new use case. When that happens, it is really useful if the provided example code is correct... While at it, "fix a memory leak", avoid statements before variable declarations, fix a const -> no-const cast, several %l specifiers (which want to be %ld), avoid using an undefined constant, call scanf() correctly, use FLEX_ALLOC_STR() where appropriate, and adjust the style here and there. Signed-off-by: Johannes Schindelin <[email protected]>
Wed, 29 Nov 2017 11:37:15 +0100
Merge pull request #1379 from atetubou/object_info_quick fetch-pack: specify OBJECT_INFO_QUICK to remove duplicate prepare_pac…
Tue, 28 Nov 2017 12:26:28 +0100
Merge pull request #1380 from atetubou/revert_fscache Revert "enable fscache while iterating every local refs"