Skip to content

Releases: git-for-windows/git-snapshots

Fri, 12 Jan 2018 14:48:19 +0100

24 Jan 22:44
d0192a7

Choose a tag to compare

Merge pull request #1426 from atetubou/fetch_pack

fetch-pack.c: enable fscache for stats under .git/objects

Wed, 10 Jan 2018 20:53:35 +0100

24 Jan 22:44

Choose a tag to compare

Merge branch 'no-ahead-behind-v5'

Especially in huge code bases with fast-moving `master`, it can be
prohibitively expensive to calculate whether an upstream branch of
a local branch is ahead, behind or diverged.

This topic branch introduces a set of flags to avoid that computation
when we're not even interested in it to begin with.

This merge commit takes the feature early, therefore it is marked
experimental.

Signed-off-by: Johannes Schindelin <[email protected]>

Fri, 5 Jan 2018 22:49:33 +0100

24 Jan 22:44
01cd253

Choose a tag to compare

Merge pull request #1421 from isaac-s/fix-clone-removing-dest

When dest dir is specified and clone breaks for any reason, don't remove the dest dir

Fri, 5 Jan 2018 21:24:43 +0100

24 Jan 22:43

Choose a tag to compare

fixup! checkout.c: enable fscache for checkout_entry

This fixes the build of Git for Windows' `master` branch on Linux and
macOS.

Signed-off-by: Johannes Schindelin <[email protected]>

Wed, 3 Jan 2018 14:57:26 +0100

24 Jan 22:43
8d6f67c

Choose a tag to compare

Merge pull request #1419 from atetubou/enable_fscache

checkout.c: enable fscache for checkout_entry

Wed, 3 Jan 2018 11:06:05 +0100

24 Jan 22:43

Choose a tag to compare

fixup! t0027: Disable test on MINGW

This patch is no longer necessary, as we test Git for Windows on 64-bit
systems now. If at all, the test case in question has to be disabled for
32-bit systems, i.e. independent of whether the Operating System is
Windows or not.

Signed-off-by: Johannes Schindelin <[email protected]>

Tue, 2 Jan 2018 15:17:11 +0100

24 Jan 22:43

Choose a tag to compare

fixup! msvc: cleanup obsolete nuget files

Another forgotten file...

Signed-off-by: Johannes Schindelin <[email protected]>

Tue, 2 Jan 2018 11:23:57 +0100

24 Jan 22:42

Choose a tag to compare

prerelease-2.15.1.windows.2.390.g7dde5e1dd3

Merge branch 'fsync-object-files-always'

Sat, 23 Dec 2017 01:09:58 +0100

24 Jan 22:42

Choose a tag to compare

fixup! dir.c: regression fix for add_excludes with fscache

In my previous fixup, I forgot to close(fd)... D'oh. Squashed one bug,
introduced another...

Signed-off-by: Johannes Schindelin <[email protected]>

Fri, 22 Dec 2017 17:35:37 +0000

24 Jan 22:42
183cb67

Choose a tag to compare

README.md: clarify when we mean 'core' git.

Signed-off-by: Philip Oakley <[email protected]>