Skip to content

Commit ccc1188

Browse files
committed
Git 1.7.12-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ebcfa44 commit ccc1188

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/1.7.12.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ UI, Workflows & Features
7777
a separate "git prompting" script, to help lazy-autoloading of the
7878
completion part while making prompting part always available.
7979

80+
* "gitweb" pays attention to various forms of credits that are
81+
similar to "Signed-off-by:" lines in the commit objects and
82+
highlights them accordingly.
83+
8084

8185
Foreign Interface
8286

@@ -124,6 +128,14 @@ Unless otherwise noted, all the fixes since v1.7.11 in the maintenance
124128
releases are contained in this release (see release notes to them for
125129
details).
126130

131+
* "git commit-tree" learned a more natural "-p <parent> <tree>" order
132+
of arguments long time ago, but recently forgot it by mistake.
133+
(merge 4b7518a kk/maint-commit-tree later to maint).
134+
135+
* "git diff --no-ext-diff" did not output anything for a typechange
136+
filepair when GIT_EXTERNAL_DIFF is in effect.
137+
(merge c12f82a jv/maint-no-ext-diff later to maint).
138+
127139
* When "git am" failed, old timers knew to check .git/rebase-apply/patch
128140
to see what went wrong, but we never told the users about it.
129141
(merge 14bf2d5 pg/maint-1.7.9-am-where-is-patch 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=v1.7.11.GIT
4+
DEF_VER=v1.7.12-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)