We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e19e4 commit 89bece5Copy full SHA for 89bece5
Documentation/RelNotes/2.35.0.txt
@@ -13,6 +13,16 @@ Backward compatibility warts
13
of GNU grep.
14
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
26
UI, Workflows & Features
27
28
* "git status --porcelain=v2" now show the number of stash entries
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.35.0-rc2
+DEF_VER=v2.35.0
5
6
LF='
7
'
0 commit comments