A few more topics after 2.41-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
cacc15ee3f
commit
9e49351c30
|
@ -369,6 +369,10 @@ Fixes since v2.40
|
|||
by git forges to disable replace-refs feature.
|
||||
(merge b6551feadf ds/merge-tree-use-config later to maint).
|
||||
|
||||
* A few bugs in the sequencer machinery that results in miscounting
|
||||
the steps have been corrected.
|
||||
(merge 170eea9750 js/rebase-count-fixes later to maint).
|
||||
|
||||
* Other code cleanup, docfix, build fix, etc.
|
||||
(merge f7111175df as/doc-markup-fix later to maint).
|
||||
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v2.40.GIT
|
||||
DEF_VER=v2.41.0-rc1
|
||||
|
||||
LF='
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue