Releases: git-for-windows/git-snapshots
Releases · git-for-windows/git-snapshots
Wed, 2 Oct 2019 14:38:02 +0200
prerelease-2.23.0.windows.1.14.gd01cfebc01 Merge pull request #2336 from dscho/program-data-config-owned-by-spec…
Mon, 30 Sep 2019 20:21:44 +0200
Merge pull request #2311 from PhilipOakley/versionnumbers Security.md: include release candidate and snapshot information
Tue, 24 Sep 2019 17:33:59 +0200
Merge pull request #2297 from gix/fix/gitk-escape-paths gitk: Escape file paths before piping to git log
Mon, 2 Sep 2019 15:08:50 +0200
Merge pull request #2315 from ROGERSM94/fix-rebase rebase-merges: improve --rebase-merges label generation
Mon, 2 Sep 2019 13:53:04 +0200
Merge pull request #2316 from carenas/win-pcre1-cleanup config.mak.uname: PCRE1 cleanup
Fri, 23 Aug 2019 16:42:07 +0200
Merge pull request #2303 from git-for-windows/security.md SECURITY.md: document Git for Windows' policies
Sat, 17 Aug 2019 00:15:16 +0200
Merge 'readme' into HEAD Add a README.md for GitHub goodness. Signed-off-by: Johannes Schindelin <[email protected]>
Tue, 30 Jul 2019 09:11:48 +0200
Merge pull request #2264 from dscho/fix-vs-build Two fixes for the `visual-studio` patches
Mon, 29 Jul 2019 19:58:22 +0200
fixup! Avoid illegal filenames when building Documentation on NTFS The problem this patch tried to solve is that `+` is not a valid part of a file name on FAT file systems, so it won't work in general. In practice, it still will work, at least for building Git for Windows, because the MSYS2 runtime uses a trick inherited from Cygwin to handle file names that would be illegal: the characters are simply mapped into a private Unicode page. This patch was soundly rejected on the Git mailing list (see https://github.com/gitgitgadget/git/pull/216 for details), in particular after this developer figured out that `+` is actually a valid file name character on NTFS. So let's drop it from Git for Windows' patch thicket. Signed-off-by: Johannes Schindelin <[email protected]>
Tue, 23 Jul 2019 21:57:12 +0200
Merge pull request #2268 from drizzd/dont-clean-junctions Avoid traversing NTFS junction points in `git clean -dfx`