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 0ddd73f commit 8706a59Copy full SHA for 8706a59
Documentation/RelNotes/2.38.2.txt
@@ -57,4 +57,11 @@ Fixes since v2.38.1
57
* "git branch --edit-description" on an unborh branch misleadingly
58
said that no such branch exists, which has been corrected.
59
60
+ * GitHub CI settings have been adjusted to recent reality, merging
61
+ and cherry-picking necessary topics that have been prepared for Git
62
+ 2.39.
63
+
64
+ * `git rebase --update-refs` would delete references when all `update-ref`
65
+ commands in the sequencer were removed, which has been corrected.
66
67
Also contains various documentation updates and code clean-ups.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.38.1
+DEF_VER=v2.38.2
5
6
LF='
7
'
0 commit comments