Skip to content

Commit fc05157

Browse files
committed
Git 1.7.2-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c9a9766 commit fc05157

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/RelNotes-1.7.2.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,11 @@ release, unless otherwise noted.
145145
* "git reset --hard" started from a wrong directory and a working tree in
146146
a nonstandard location is in use got confused (560fb6a1).
147147

148+
* "git read-tree -m A B" used to switch to branch B while retaining
149+
local changes added an incorrect cache-tree information (b1f47514).
150+
148151
--
149152
exec >/var/tmp/1
150-
O=v1.7.2-rc1-37-g2a16315
153+
O=v1.7.2-rc2-17-gc9a9766
151154
echo O=$(git describe HEAD)
152155
git shortlog --no-merges HEAD ^maint ^$O

0 commit comments

Comments
 (0)