Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-09-03 02:03:26 +0400
committerJunio C Hamano <gitster@pobox.com>2007-09-03 02:03:26 +0400
commit030e0e5fb77ed04316b2604b5c53a38b0e746460 (patch)
treeee901e8e354cf67181ceb214e2c65d8779a5bb8f /Documentation/RelNotes-1.5.3.txt
parent86bab9615c3516d4ac7756ae3c1285d331b78f04 (diff)
Typofix: 1.5.3 release notes
Diffstat (limited to 'Documentation/RelNotes-1.5.3.txt')
-rw-r--r--Documentation/RelNotes-1.5.3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt
index 317c8b9db6..d03894b926 100644
--- a/Documentation/RelNotes-1.5.3.txt
+++ b/Documentation/RelNotes-1.5.3.txt
@@ -152,7 +152,7 @@ Updates since v1.5.2
cloning locally.
- URL used for "git clone" and friends can specify nonstandard SSH port
- by using sh://host:port/path/to/repo syntax.
+ by using ssh://host:port/path/to/repo syntax.
- "git bundle create" can now create a bundle without negative refs,
i.e. "everything since the beginning up to certain points".