File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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---
172176exec >/var/tmp/1
173- O=v1.7.8-rc0-32-g8e3565f
177+ O=v1.7.8-rc0-48-g92622e6
174178echo O=$(git describe --always master)
175179git log --first-parent --oneline --reverse ^$O master
176180echo
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.8-rc0
4+ DEF_VER=v1.7.8-rc1
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments