Skip to content

Commit 4cb6764

Browse files
committed
Git 1.7.8-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92622e6 commit 4cb6764

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Documentation/RelNotes/1.7.8.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ included in this release.
139139
credentials.
140140
(merge deba493 jk/http-auth later to maint).
141141

142+
* "git blame" was aborted if started from an uncommitted content and
143+
the path had the textconv filter in effect.
144+
(merge 8518088 ss/blame-textconv-fake-working-tree later to maint).
145+
142146
* "git branch -m/-M" advertised to update RENAME_REF ref in the
143147
commit log message that introduced the feature but not anywhere in
144148
the documentation, and never did update such a ref anyway. This
@@ -170,7 +174,7 @@ included in this release.
170174

171175
---
172176
exec >/var/tmp/1
173-
O=v1.7.8-rc0-32-g8e3565f
177+
O=v1.7.8-rc0-48-g92622e6
174178
echo O=$(git describe --always master)
175179
git log --first-parent --oneline --reverse ^$O master
176180
echo

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.8-rc0
4+
DEF_VER=v1.7.8-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)