]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Second batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2020 20:04:01 +0000 (13:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2020 20:04:24 +0000 (13:04 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.30.0.txt

index 5e65d04de9a41146c7d800632e895abfe936d19e..e17f5de200945aaec22e033b18c1c36583a88a14 100644 (file)
@@ -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