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-04-08 23:22:33 +0300
committerJunio C Hamano <gitster@pobox.com>2021-04-08 23:23:26 +0300
commit89b43f80a514aee58b662ad606e6352e03eaeee4 (patch)
tree3bd70dcf8247d752f0a86f5b8030e63919e95ba1
parent14cc08de23e28ee3cbc5cb471daeea6f10f0ac90 (diff)
The eighth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.32.0.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt
index 7c6aabeb1f..5c329d5a1b 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -54,6 +54,10 @@ UI, Workflows & Features
with the interpret-trailers command, this will make it easier to
support custom trailers.
+ * "git clone --reject-shallow" option fails the clone as soon as we
+ notice that we are cloning from a shallow repository.
+
+
Performance, Internal Implementation, Development Support etc.
@@ -89,6 +93,11 @@ Performance, Internal Implementation, Development Support etc.
* CMake update for vsbuild.
+ * An on-disk reverse-index to map the in-pack location of an object
+ back to its object name across multiple packfiles is introduced.
+
+ * Generate [ec]tags under $(QUIET_GEN).
+
Fixes since v2.31
-----------------
@@ -156,6 +165,15 @@ Fixes since v2.31
easier to understand.
(merge ddaf1f62e3 ds/clarify-hashwrite later to maint).
+ * "git cherry-pick/revert" with or without "--[no-]edit" did not spawn
+ the editor as expected (e.g. "revert --no-edit" after a conflict
+ still asked to edit the message), which has been corrected.
+ (merge 39edfd5cbc en/sequencer-edit-upon-conflict-fix later to maint).
+
+ * "git daemon" has been tightened against systems that take backslash
+ as directory separator.
+ (merge 9a7f1ce8b7 rs/daemon-sanitize-dir-sep 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).