Git 1.7.12-rc0
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2012 04:02:06 +0000 (21:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2012 04:02:06 +0000 (21:02 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.12.txt
GIT-VERSION-GEN
index eddef23c7139ad1504bd75fa3d7d4c40707f6ff6..f86e537e4176f5aad4b9b9a899fe32d5b9b19270 100644 (file)
@@ -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.
 
    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
 
 
 Foreign Interface
 
@@ -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).
 
 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).
  * 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).
index fde74a68d541fbe58585ece72149faa90c3fe5c0..22bb2298ae9087a6db826e231fb803d803b11494 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.11.GIT
+DEF_VER=v1.7.12-rc0
 
 LF='
 '
 
 LF='
 '