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 ea7b5de commit 8279ed0Copy full SHA for 8279ed0
Documentation/RelNotes/2.16.1.txt
@@ -0,0 +1,11 @@
1
+Git v2.16.1 Release Notes
2
+=========================
3
+
4
+Fixes since v2.16
5
+-----------------
6
7
+ * "git clone" segfaulted when cloning a project that happens to
8
+ track two paths that differ only in case on a case insensitive
9
+ filesystem.
10
11
+Does not contain any other documentation updates or code clean-ups.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.16.0
+DEF_VER=v2.16.1
LF='
'
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.16.0.txt
+Documentation/RelNotes/2.16.1.txt
0 commit comments