Git fork

Git 2.35

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

+11 -1
+10
Documentation/RelNotes/2.35.0.txt
··· 13 13 of GNU grep. 14 14 15 15 16 + Note to those who build from the source 17 + 18 + * You may need to define NO_UNCOMPRESS2 Makefile macro if you build 19 + with zlib older than 1.2.9. 20 + 21 + * If your compiler cannot grok C99, the build will fail. See the 22 + instruction at the beginning of git-compat-util.h if this happens 23 + to you. 24 + 25 + 16 26 UI, Workflows & Features 17 27 18 28 * "git status --porcelain=v2" now show the number of stash entries
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 3 GVF=GIT-VERSION-FILE 4 - DEF_VER=v2.35.0-rc2 4 + DEF_VER=v2.35.0 5 5 6 6 LF=' 7 7 '