We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b22a9 commit 006f31dCopy full SHA for 006f31d
3 files changed
Documentation/RelNotes-1.5.5.5.txt
@@ -0,0 +1,11 @@
1
+GIT v1.5.5.5 Release Notes
2
+==========================
3
+
4
+I personally do not think there is any reason anybody should want to
5
+run v1.5.5.X series these days, because 'master' version is always
6
+more stable than any tagged released version of git.
7
8
+This is primarily to futureproof "git-shell" to accept requests
9
+without a dash between "git" and subcommand name (e.g. "git
10
+upload-pack") which the newer client will start to make sometime in
11
+the future.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.5.4.GIT
+DEF_VER=v1.5.5.5.GIT
LF='
'
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.5.5.4.txt
+Documentation/RelNotes-1.5.5.5.txt
0 commit comments