summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-30 22:24:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-01-30 22:24:32 (GMT)
commit2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473 (patch)
tree529f0e688bd85af7c4117c140c77f5a163271309 /Documentation
parenta5eaa76b30db6ebec5141e6f6cab78db3402e85b (diff)
downloadgit-2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473.zip
git-2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473.tar.gz
git-2fc9e9ca3c7505bc60069f11e7ef09b1aeeee473.tar.bz2
The twelfth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.40.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt
index 01f539e..7e6d117 100644
--- a/Documentation/RelNotes/2.40.0.txt
+++ b/Documentation/RelNotes/2.40.0.txt
@@ -189,6 +189,14 @@ Fixes since v2.39
enabled, which has been corrected.
(merge 06a668cb90 cw/fetch-remote-group-with-duplication later to maint).
+ * Clarify how "checkout -b/-B" and "git branch [-f]" are similar but
+ different in the documentation.
+ (merge fedb8ea2df jc/doc-checkout-b later to maint).
+
+ * "git hash-object" now checks that the resulting object is well
+ formed with the same code as "git fsck".
+ (merge 8e4309038f jk/hash-object-fsck later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -219,3 +227,5 @@ Fixes since v2.39
(merge dcb47e52b0 en/t6426-todo-cleanup later to maint).
(merge 5b8db44bdd jc/format-patch-v-unleak later to maint).
(merge 590b636737 jk/hash-object-literally-fd-leak later to maint).
+ (merge 5458ba0a4d tb/t0003-invoke-dd-more-portably later to maint).
+ (merge 70661d288b ar/markup-em-dash later to maint).