Skip to content

Commit 50963ba

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/RelNotes/1.7.7.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ included in this release.
141141
of the branch that is currently checked out updated.
142142
(merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').
143143

144+
* "git check-ref-format --print" used to parrot a candidate string that
145+
began with a slash (e.g. /refs/heads/master) without stripping it, to make
146+
the result a suitably normalized string the caller can append to "$GIT_DIR/".
147+
(merge f3738c1 mh/check-ref-format-print-normalize later to 'maint').
148+
144149
* "git clone" failed to clone locally from a ".git" file that itself
145150
is not a directory but is a pointer to one.
146151
(merge 9b0ebc7 nd/maint-clone-gitdir later to 'maint').
@@ -161,7 +166,7 @@ included in this release.
161166
--
162167
exec >/var/tmp/1
163168
echo O=$(git describe master)
164-
O=v1.7.7-rc0-174-ga536a9d
169+
O=v1.7.7-rc0-185-gb648557
165170
git log --first-parent --oneline $O..master
166171
echo
167172
git shortlog --no-merges ^maint ^$O master

0 commit comments

Comments
 (0)