summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.5.5.5.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes/1.5.5.5.adoc')
-rw-r--r--Documentation/RelNotes/1.5.5.5.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.5.5.5.adoc b/Documentation/RelNotes/1.5.5.5.adoc
new file mode 100644
index 0000000000..30fa3615c7
--- /dev/null
+++ b/Documentation/RelNotes/1.5.5.5.adoc
@@ -0,0 +1,11 @@
+GIT v1.5.5.5 Release Notes
+==========================
+
+I personally do not think there is any reason anybody should want to
+run v1.5.5.X series these days, because 'master' version is always
+more stable than any tagged released version of git.
+
+This is primarily to futureproof "git-shell" to accept requests
+without a dash between "git" and subcommand name (e.g. "git
+upload-pack") which the newer client will start to make sometime in
+the future.