Skip to content

Commit 5588dbf

Browse files
committed
Git 2.12-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 653078b commit 5588dbf

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Documentation/RelNotes/2.12.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,20 @@ notes for details).
436436
with AsciiDoc. "make USE_ASCIIDOCTOR=YesPlease" to use it out of
437437
the box to document our pages is getting closer to reality.
438438

439+
* Correct command line completion (in contrib/) on "git svn"
440+
(merge 2cbad17642 ew/complete-svn-authorship-options later to maint).
441+
442+
* Incorrect usage help message for "git worktree prune" has been fixed.
443+
(merge 2488dcab22 ps/worktree-prune-help-fix later to maint).
444+
445+
* Adjust a perf test to new world order where commands that do
446+
require a repository are really strict about having a repository.
447+
(merge c86000c1a7 rs/p5302-create-repositories-before-tests later to maint).
448+
449+
* "git log --graph" did not work well with "--name-only", even though
450+
other forms of "diff" output were handled correctly.
451+
(merge f5022b5fed jk/log-graph-name-only later to maint).
452+
439453
* Other minor doc, test and build updates and code cleanups.
440454
(merge f2627d9b19 sb/submodule-config-cleanup later to maint).
441455
(merge 384f1a167b sb/unpack-trees-cleanup later to maint).
@@ -444,3 +458,4 @@ notes for details).
444458
(merge 0aaad415bc rs/absolute-pathdup later to maint).
445459
(merge 4432dd6b5b rs/receive-pack-cleanup later to maint).
446460
(merge 540a398e9c sg/mailmap-self later to maint).
461+
(merge 209df269a6 nd/rev-list-all-includes-HEAD-doc 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.12.0-rc0
4+
DEF_VER=v2.12.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)