]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.32-rc1 v2.32.0-rc1
authorJunio C Hamano <gitster@pobox.com>
Sat, 22 May 2021 09:27:45 +0000 (18:27 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 22 May 2021 09:29:01 +0000 (18:29 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.32.0.txt
GIT-VERSION-GEN

index ed590a7b56be1e07c5ee4dcc5d802d9ea870d947..87d56fa1aaaaa16e52267ba0350ab7682d685c25 100644 (file)
@@ -385,6 +385,11 @@ Fixes since v2.31
    to help running tests that the developer has not modified.
    (merge 2d86a96220 jk/test-chainlint-softer later to maint).
 
+ * The "rev-parse" command did not diagnose the lack of argument to
+   "--path-format" option, which was introduced in v2.31 era, which
+   has been corrected.
+   (merge 99fc555188 wm/rev-parse-path-format-wo-arg later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge f451960708 dl/cat-file-doc-cleanup later to maint).
    (merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
index dd1d8099c72703fe95507f7fd886192190a107da..8862d574893f7e943fc18a3eb484b202ecb1b047 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.32.0-rc0
+DEF_VER=v2.32.0-rc1
 
 LF='
 '