Skip to content

Commit d3fa443

Browse files
committed
Git 2.38-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ca20a44 commit d3fa443

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,15 @@ Fixes since v2.37
378378
clones, leaked the instances, which has been plugged.
379379
(merge 66eede4a37 jk/plug-list-object-filter-leaks later to maint).
380380

381+
* Fix another UI regression in the reimplemented "add -p".
382+
(merge f6f0ee247f rs/add-p-worktree-mode-prompt-fix later to maint).
383+
384+
* "git fetch" over protocol v2 sent an incorrect ref prefix request
385+
to the server and made "git pull" with configured fetch refspec
386+
that does not cover the remote branch to merge with fail, which has
387+
been corrected.
388+
(merge 49ca2fba39 jk/proto-v2-ref-prefix-fix later to maint).
389+
381390
* Other code cleanup, docfix, build fix, etc.
382391
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
383392
(merge 0682bc43f5 jk/test-crontab-fixes later to maint).

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.37.GIT
4+
DEF_VER=v2.38.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)