Skip to content

Commit 8706a59

Browse files
committed
Git 2.38.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0ddd73f commit 8706a59

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.38.2.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,11 @@ Fixes since v2.38.1
5757
* "git branch --edit-description" on an unborh branch misleadingly
5858
said that no such branch exists, which has been corrected.
5959

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+
6067
Also contains various documentation updates and code clean-ups.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.38.1
4+
DEF_VER=v2.38.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)