Skip to content

Commit

Permalink
Git 1.7.12-rc0
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 Jul 24, 2012
1 parent ebcfa44 commit ccc1188
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Documentation/RelNotes/1.7.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ UI, Workflows & Features
a separate "git prompting" script, to help lazy-autoloading of the
completion part while making prompting part always available.

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


Foreign Interface

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

* "git commit-tree" learned a more natural "-p <parent> <tree>" order
of arguments long time ago, but recently forgot it by mistake.
(merge 4b7518a kk/maint-commit-tree later to maint).

* "git diff --no-ext-diff" did not output anything for a typechange
filepair when GIT_EXTERNAL_DIFF is in effect.
(merge c12f82a jv/maint-no-ext-diff later to maint).

* When "git am" failed, old timers knew to check .git/rebase-apply/patch
to see what went wrong, but we never told the users about it.
(merge 14bf2d5 pg/maint-1.7.9-am-where-is-patch later to maint).
Expand Down
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=v1.7.11.GIT
DEF_VER=v1.7.12-rc0

LF='
'
Expand Down

0 comments on commit ccc1188

Please sign in to comment.