We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876511e commit e2850a2Copy full SHA for e2850a2
Documentation/RelNotes/2.30.0.txt
@@ -34,11 +34,16 @@ UI, Workflows & Features
34
* "git checkout" learned to use checkout.guess configuration variable
35
and enable/disable its "--[no-]guess" option accordingly.
36
37
+ * "git resurrect" script (in contrib/) learned that the object names
38
+ may be longer than 40-hex depending on the hash function in use.
39
+
40
41
Performance, Internal Implementation, Development Support etc.
42
43
* Use "git archive" more to produce the release tarball.
44
45
+ * GitHub Actions automated test improvement to skip tests on a tree
46
+ identical to what has already been tested.
47
48
49
Fixes since v2.29
0 commit comments