You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The support for `sendpack.sideband` that was removed by mistake [was
re-introduced](git-for-windows/git#2375),
to support `git push` via the `git://` protocol again.
Signed-off-by: Johannes Schindelin <[email protected]>
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Note! As a consequence of making `git config --system` work as expected, the loc
54
54
*[Makes `git config --system` work like you think it should](https://github.com/git-for-windows/git/pull/2358).
55
55
* The (still experimental) built-in `git add -p`[no longer gets confused about incomplete lines](https://github.com/git-for-windows/git/pull/2368) (i.e. a file's l last line that does not end in a Line Feed).
56
56
* A buffer overrun in the code to determine which files need to be marked as hidden [was plugged](https://github.com/git-for-windows/git/pull/2371).
57
+
* The support for `sendpack.sideband` that was removed by mistake [was re-introduced](https://github.com/git-for-windows/git/pull/2375), to support `git push` via the `git://` protocol again.
57
58
58
59
## Changes since Git for Windows v2.22.0 (June 8th 2019)
0 commit comments