File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ UI, Workflows & Features
84
84
* "git config --list" output was hard to parse when values consist of
85
85
multiple lines. "--name-only" option is added to help this.
86
86
87
+ * A handful of usability & cosmetic fixes to gitk and l10n updates.
88
+
89
+ * A completely empty e-mail address <> is now allowed in the authors
90
+ file used by git-svn, to match the way it accepts the output from
91
+ authors-prog.
92
+
87
93
88
94
Performance, Internal Implementation, Development Support etc.
89
95
@@ -349,3 +355,5 @@ notes for details).
349
355
(merge b8c1d27 ah/pack-objects-usage-strings later to maint).
350
356
(merge 486e1e1 br/svn-doc-include-paths-config later to maint).
351
357
(merge 1733ed3 ee/clean-test-fixes later to maint).
358
+ (merge 5fcadc3 gb/apply-comment-typofix later to maint).
359
+ (merge b894d3e mp/t7060-diff-index-test later to maint).
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=v2.6.0-rc1
4
+ DEF_VER=v2.6.0-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments