File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,10 @@ included in this release.
139
139
credentials.
140
140
(merge deba493 jk/http-auth later to maint).
141
141
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
+
142
146
* "git branch -m/-M" advertised to update RENAME_REF ref in the
143
147
commit log message that introduced the feature but not anywhere in
144
148
the documentation, and never did update such a ref anyway. This
@@ -170,7 +174,7 @@ included in this release.
170
174
171
175
---
172
176
exec >/var/tmp/1
173
- O=v1.7.8-rc0-32-g8e3565f
177
+ O=v1.7.8-rc0-48-g92622e6
174
178
echo O=$(git describe --always master)
175
179
git log --first-parent --oneline --reverse ^$O master
176
180
echo
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.8-rc0
4
+ DEF_VER=v1.7.8-rc1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments