Git 2.16.1

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

Junio C Hamano committed Jan 21, 2018 at 21:14 UTC 8279ed033f703d4115bee620dccd32a9ec94d9aa
3 files changed +13 -2
Documentation/RelNotes/2.16.1.txt new
+11
@@ -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 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.16.0
4 +DEF_VER=v2.16.1
5
6 LF='
7 '
RelNotes
+1 -1
@@ -1 +1 @@
1 -Documentation/RelNotes/2.16.0.txt
\ No newline at end of file
1 +Documentation/RelNotes/2.16.1.txt
\ No newline at end of file