Git 2.35.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2022-01-28 16:48:42 -08:00
parent f120b65cd4
commit 4c53a8c20f
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v2.35.0
DEF_VER=v2.35.1
LF='
'

View File

@ -1 +1 @@
Documentation/RelNotes/2.35.0.txt
Documentation/RelNotes/2.35.1.txt