Skip to content

Commit 45733fa

Browse files
committed
Git 2.6-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f26fe7 commit 45733fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Documentation/RelNotes/2.6.0.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ UI, Workflows & Features
8484
* "git config --list" output was hard to parse when values consist of
8585
multiple lines. "--name-only" option is added to help this.
8686

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+
8793

8894
Performance, Internal Implementation, Development Support etc.
8995

@@ -349,3 +355,5 @@ notes for details).
349355
(merge b8c1d27 ah/pack-objects-usage-strings later to maint).
350356
(merge 486e1e1 br/svn-doc-include-paths-config later to maint).
351357
(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).

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=v2.6.0-rc1
4+
DEF_VER=v2.6.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)