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>2020-10-30 23:04:01 +0300
committerJunio C Hamano <gitster@pobox.com>2020-10-30 23:04:24 +0300
commite2850a27a95c6f5b141dd88398b1702d2e524a81 (patch)
tree5bc37ce546e6db518f67c4903e0d49158ebd99e0 /Documentation/RelNotes/2.30.0.txt
parent876511ef6146338fa2ac94e21f122610b60ab78d (diff)
Second batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.30.0.txt')
-rw-r--r--Documentation/RelNotes/2.30.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.30.0.txt b/Documentation/RelNotes/2.30.0.txt
index 5e65d04de9..e17f5de200 100644
--- a/Documentation/RelNotes/2.30.0.txt
+++ b/Documentation/RelNotes/2.30.0.txt
@@ -34,11 +34,16 @@ UI, Workflows & Features
* "git checkout" learned to use checkout.guess configuration variable
and enable/disable its "--[no-]guess" option accordingly.
+ * "git resurrect" script (in contrib/) learned that the object names
+ may be longer than 40-hex depending on the hash function in use.
+
Performance, Internal Implementation, Development Support etc.
* Use "git archive" more to produce the release tarball.
+ * GitHub Actions automated test improvement to skip tests on a tree
+ identical to what has already been tested.
Fixes since v2.29