parent
f120b65cd4
commit
4c53a8c20f
|
@ -0,0 +1,6 @@
|
|||
Git v2.35.1 Release Notes
|
||||
=========================
|
||||
|
||||
Git 2.35 shipped with a regression that broke use of "rebase" and
|
||||
"stash" in a secondary worktree. This maintenance release ought to
|
||||
fix it.
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v2.35.0
|
||||
DEF_VER=v2.35.1
|
||||
|
||||
LF='
|
||||
'
|
||||
|
|
Loading…
Reference in New Issue