]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifteenth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 May 2021 07:58:04 +0000 (16:58 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 May 2021 07:59:47 +0000 (16:59 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.32.0.txt

index fa79067ec2bad28a146b9d008f2d520983d50a08..f6feab46b628b4e13c2bad7d2b5c5f5096715301 100644 (file)
@@ -107,6 +107,8 @@ UI, Workflows & Features
  * The command line completion (in contrib/) for "git stash" has been
    updated.
 
+ * "git subtree" updates.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -314,6 +316,9 @@ Fixes since v2.31
  * Portability fix for command line completion script (in contrib/).
    (merge f2acf763e2 si/zsh-complete-comment-fix later to maint).
 
+ * "git repack -A -d" in a partial clone unnecessarily loosened
+   objects in promisor pack.
+
  * 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).