Git 2.16.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 22, 2018 at 14:18 UTC
a42a58d7b62cc1d6301440e81a83feed9d7c118c
3 files changed
+7
-2
Documentation/RelNotes/2.16.4.txt
new
+5
@@ -0,0 +1,5 @@
1
+Git v2.16.4 Release Notes
2
+=========================
3
+
4
+This release is to forward-port the fixes made in the v2.13.7 version
5
+of Git. See its release notes for details.
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.16.3
4
+DEF_VER=v2.16.4
5
6
LF='
7
'
RelNotes
+1
-1
@@ -1 +1 @@
1
-Documentation/RelNotes/2.16.3.txt
\ No newline at end of file
1
+Documentation/RelNotes/2.16.4.txt
\ No newline at end of file