Skip to content

Commit de88ac7

Browse files
committed
Git 2.32-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 378c7c6 commit de88ac7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,11 @@ Fixes since v2.31
385385
to help running tests that the developer has not modified.
386386
(merge 2d86a96220 jk/test-chainlint-softer later to maint).
387387

388+
* The "rev-parse" command did not diagnose the lack of argument to
389+
"--path-format" option, which was introduced in v2.31 era, which
390+
has been corrected.
391+
(merge 99fc555188 wm/rev-parse-path-format-wo-arg later to maint).
392+
388393
* Other code cleanup, docfix, build fix, etc.
389394
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
390395
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup 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.32.0-rc0
4+
DEF_VER=v2.32.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)