Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-10 10:58:04 +0300
committerJunio C Hamano <gitster@pobox.com>2021-05-10 10:59:47 +0300
commit49f38e2de47a401fc2b0f4cce38e9f07fb63df48 (patch)
treee8eb5fe9f79573410bafff1b5b17282ae62d9561 /Documentation/RelNotes/2.32.0.txt
parenta0f521b56c724f4e21eef1cec2d456b1dbd72c10 (diff)
The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.32.0.txt')
-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 fa79067ec2..f6feab46b6 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -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).