Releases: git-for-windows/git-snapshots
Releases · git-for-windows/git-snapshots
Mon, 9 May 2022 12:49:02 +0200
Merge 'readme' into HEAD Add a README.md for GitHub goodness. Signed-off-by: Johannes Schindelin <[email protected]>
Mon, 9 May 2022 07:18:28 +0200
Merge pull request #3831 from phil-blain/issue-template-powershell .github/ISSUE_TEMPLATE.md: add PowerShell syntax for install options
Thu, 28 Apr 2022 18:21:09 +0200
Merge pull request #3827 from dscho/adjust-builtin-fsmonitor-advice Adjust the core.useBuiltinFSMonitor deprecation warning to make clearer
Fri, 22 Apr 2022 23:46:50 +0200
Merge pull request #3817 from mathstuf/name-too-long-advice clean: suggest using `core.longPaths` if paths are too long to remove
Fri, 22 Apr 2022 11:00:38 +0200
Merge pull request #3814 from carenas/appdata cmake: support local installations of git
Thu, 21 Apr 2022 09:31:41 +0200
Merge pull request #3751 from rkitover/native-term mingw: set $env:TERM=xterm-256color for newer OSes
Mon, 18 Apr 2022 08:29:53 -0700
Merge pull request #3791: Various fixes around `safe.directory` The first three commits are rebased versions of those in gitgitgadget/git#1215. These allow the following: 1. Fix `git config --global foo.bar <path>` from allowing the `<path>`. As a bonus, users with a config value starting with `/` will not get a warning about "old-style" paths needing a "`%(prefix)/`". 2. When in WSL, the path starts with `/` so it needs to be interpolated properly. Update the warning to include `%(prefix)/` to get the right value for WSL users. (This is specifically for using Git for Windows from Git Bash, but in a WSL directory.) 3. When using WSL, the ownership check fails and reports an error message. This is noisy, and happens even if the user has marked the path with `safe.directory`. Remove that error message.
Mon, 18 Apr 2022 10:45:28 -0700
Merge pull request #3791: Various fixes around `safe.directory` The first three commits are rebased versions of those in gitgitgadget/git#1215. These allow the following: 1. Fix `git config --global foo.bar <path>` from allowing the `<path>`. As a bonus, users with a config value starting with `/` will not get a warning about "old-style" paths needing a "`%(prefix)/`". 2. When in WSL, the path starts with `/` so it needs to be interpolated properly. Update the warning to include `%(prefix)/` to get the right value for WSL users. (This is specifically for using Git for Windows from Git Bash, but in a WSL directory.) 3. When using WSL, the ownership check fails and reports an error message. This is noisy, and happens even if the user has marked the path with `safe.directory`. Remove that error message.
Fri, 8 Apr 2022 14:34:31 -0700
Merge pull request #3708 from PhilipOakley/die_preserve Update the die() preserve-merges messages to help some users
Thu, 7 Apr 2022 22:59:26 +0200
Merge pull request #3773 from dscho/tone-down-fsmonitor-warning Try to advise about core.useBuiltinFSMonitor's deprecation only once