mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-04 18:24:31 -05:00
@@ -31,7 +31,9 @@ UI, Workflows & Features
|
||||
subcommand "git url-parse".
|
||||
|
||||
* Misspelt proxy URL (e.g., httt://...) did not trigger any warning
|
||||
or failure, which has been corrected.
|
||||
or failure, which has been corrected. We had a regression in this
|
||||
update that broke https:// proxies, but that has been caught and
|
||||
corrected.
|
||||
|
||||
* Document the fact that .git/info/exclude is shared across worktrees
|
||||
linked to the same repository.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEF_VER=v2.55.0-rc2
|
||||
DEF_VER=v2.55.0
|
||||
|
||||
LF='
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user