Skip to content

Commit b321287

Browse files
committed
Update draft release notes to 1.7.7
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a536a9d commit b321287

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Updates since v1.7.6
88

99
* Interix, Cygwin and Minix ports got updated.
1010

11-
* Various updates git-p4 (in contrib/) and "git fast-import".
11+
* Various updates git-p4 (in contrib/), fast-import, and git-svn.
1212

1313
* Gitweb learned to read from /etc/gitweb-common.conf when it exists,
1414
before reading from gitweb_config.perl or from /etc/gitweb.conf
@@ -83,6 +83,10 @@ Updates since v1.7.6
8383
* "git grep" learned "-W" option that shows wider context using the same
8484
logic used by "git diff" to determine the hunk header.
8585

86+
* Invoking the low-level "git http-fetch" without "-a" option (which
87+
git itself never did---normal users should not have to worry about
88+
this) is now deprecated.
89+
8690
* The "--decorate" option to "git log" and its family learned to
8791
highlight grafted and replaced commits.
8892

@@ -126,6 +130,10 @@ Fixes since v1.7.6
126130
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
127131
included in this release.
128132

133+
* The error reporting logic of "git am" when the command is fed a file
134+
whose mail-storage format is unknown was fixed.
135+
(merge dff4b0e gb/maint-am-patch-format-error-message later to 'maint').
136+
129137
* "git branch --set-upstream @{-1} foo" did not expand @{-1} correctly.
130138
(merge e9d4f74 mg/branch-set-upstream-previous later to 'maint').
131139

@@ -153,7 +161,7 @@ included in this release.
153161
--
154162
exec >/var/tmp/1
155163
echo O=$(git describe master)
156-
O=v1.7.6.1-415-g284daf2
164+
O=v1.7.7-rc0-174-ga536a9d
157165
git log --first-parent --oneline $O..master
158166
echo
159167
git shortlog --no-merges ^maint ^$O master

0 commit comments

Comments
 (0)