Browse Source

Git 2.38.2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.38.2
Junio C Hamano 2 years ago
parent
commit
8706a59933
  1. 7
      Documentation/RelNotes/2.38.2.txt
  2. 2
      GIT-VERSION-GEN

7
Documentation/RelNotes/2.38.2.txt

@ -57,4 +57,11 @@ Fixes since v2.38.1
* "git branch --edit-description" on an unborh branch misleadingly * "git branch --edit-description" on an unborh branch misleadingly
said that no such branch exists, which has been corrected. said that no such branch exists, which has been corrected.


* GitHub CI settings have been adjusted to recent reality, merging
and cherry-picking necessary topics that have been prepared for Git
2.39.

* `git rebase --update-refs` would delete references when all `update-ref`
commands in the sequencer were removed, which has been corrected.

Also contains various documentation updates and code clean-ups. Also contains various documentation updates and code clean-ups.

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.38.1 DEF_VER=v2.38.2


LF=' LF='
' '

Loading…
Cancel
Save