Git 2.13.5

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v2.13.5
Junio C Hamano 2017-08-01 12:30:00 -07:00
parent e312af164c
commit 7234152e66
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Git v2.13.5 Release Notes
=========================

This release forward-ports the fix for "ssh://..." URL from Git v2.7.6

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v2.13.4 DEF_VER=v2.13.5


LF=' LF='
' '

View File

@ -1 +1 @@
Documentation/RelNotes/2.13.4.txt Documentation/RelNotes/2.13.5.txt