Skip to content

Commit 8279ed0

Browse files
committed
Git 2.16.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ea7b5de commit 8279ed0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/RelNotes/2.16.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.16.0
4+
DEF_VER=v2.16.1
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.16.0.txt
1+
Documentation/RelNotes/2.16.1.txt

0 commit comments

Comments
 (0)