Skip to content

Commit 8d9185b

Browse files
committed
Update draft release notes to 1.7.7
1 parent 6fcb384 commit 8d9185b

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Updates since v1.7.6
1919
functions can compress or uncompress more than 4GB data in one call on
2020
platforms with 64-bit long, which has been corrected.
2121

22+
* Git now recognizes loose objects written by other implementations that
23+
uses non-standard window size for zlib deflation (e.g. Agit running on
24+
Android with 4kb window). We used to reject anything that was not
25+
deflated with 32kb window.
26+
2227
* "git am" learned to pass "--exclude=<path>" option through to underlying
2328
"git apply".
2429

@@ -98,25 +103,14 @@ Fixes since v1.7.6
98103
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
99104
included in this release.
100105

101-
* Error exits from $PAGER were silently ignored.
102-
(merge fc1b56f cb/maint-exec-error-report later).
103-
104-
* "git diff -c/--cc" mishandled a deletion that resolves a conflict, and
105-
looked in the working tree instead.
106-
(merge 9969454 jc/maint-combined-diff-work-tree later).
107-
108-
* "git fetch" over smart-http transport used to abort when the
109-
repository was updated between the initial connection and the
110-
subsequent object transfer.
111-
(merge 051e400 jc/maint-smart-http-race-upload-pack later).
112-
113-
* "git push --quiet" was not really quiet.
114-
(merge 0d086b8 cb/maint-quiet-push later).
106+
* "ls-files ../$path" that is run from a subdirectory reported errors
107+
incorrectly when there is no such path that matches the given pathspec.
108+
(merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
115109

116110
--
117111
exec >/var/tmp/1
118112
echo O=$(git describe master)
119-
O=v1.7.6-548-g324b6b1
113+
O=v1.7.6-576-g6fcb384
120114
git log --first-parent --oneline $O..master
121115
echo
122116
git shortlog --no-merges ^maint ^$O master

0 commit comments

Comments
 (0)