summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-22 09:27:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-05-22 09:29:01 (GMT)
commitde88ac70f3a801262eb3aa087e5d9a712be0a54a (patch)
tree678c03dca0a26afd746e8c8bb9e4aadc8bf479b1 /Documentation/RelNotes
parent378c7c6ad48c4ccddf9b534616a0e86f28440bd3 (diff)
downloadgit-de88ac70f3a801262eb3aa087e5d9a712be0a54a.zip
git-de88ac70f3a801262eb3aa087e5d9a712be0a54a.tar.gz
git-de88ac70f3a801262eb3aa087e5d9a712be0a54a.tar.bz2
Git 2.32-rc1v2.32.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.32.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt
index ed590a7..87d56fa 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -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).