Skip to content

Commit

Permalink
Git 2.6-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 14, 2015
1 parent 3f26fe7 commit 45733fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Documentation/RelNotes/2.6.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ UI, Workflows & Features
* "git config --list" output was hard to parse when values consist of
multiple lines. "--name-only" option is added to help this.

* A handful of usability & cosmetic fixes to gitk and l10n updates.

* A completely empty e-mail address <> is now allowed in the authors
file used by git-svn, to match the way it accepts the output from
authors-prog.


Performance, Internal Implementation, Development Support etc.

Expand Down Expand Up @@ -349,3 +355,5 @@ notes for details).
(merge b8c1d27 ah/pack-objects-usage-strings later to maint).
(merge 486e1e1 br/svn-doc-include-paths-config later to maint).
(merge 1733ed3 ee/clean-test-fixes later to maint).
(merge 5fcadc3 gb/apply-comment-typofix later to maint).
(merge b894d3e mp/t7060-diff-index-test later to maint).
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.6.0-rc1
DEF_VER=v2.6.0-rc2

LF='
'
Expand Down

0 comments on commit 45733fa

Please sign in to comment.