Skip to content

Commit 006f31d

Browse files
committed
GIT 1.5.5.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53b22a9 commit 006f31d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/RelNotes-1.5.5.5.txt

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

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=v1.5.5.4.GIT
4+
DEF_VER=v1.5.5.5.GIT
55

66
LF='
77
'

RelNotes

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

0 commit comments

Comments
 (0)