Git fork

Git 2.35.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+8 -2
+6
Documentation/RelNotes/2.35.1.txt
··· 1 + Git v2.35.1 Release Notes 2 + ========================= 3 + 4 + Git 2.35 shipped with a regression that broke use of "rebase" and 5 + "stash" in a secondary worktree. This maintenance release ought to 6 + fix it.
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v2.35.0 4 + DEF_VER=v2.35.1 5 5 6 6 LF=' 7 7 '
+1 -1
RelNotes
··· 1 - Documentation/RelNotes/2.35.0.txt 1 + Documentation/RelNotes/2.35.1.txt