diff options
author | Christian Schlotter <schlotter@users.sourceforge.net> | 2007-02-19 13:35:35 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-19 18:14:29 -0800 |
commit | f496454e0fd22d003e9c9b5c3742b12d526bc0a4 (patch) | |
tree | 3699d2083ba46987a0df0d45d5af84d22a56c4c9 /Documentation/RelNotes-1.5.0.txt | |
parent | 4bc94d289221e16cccbc72f73b3b5b1de0b822c5 (diff) | |
download | git-f496454e0fd22d003e9c9b5c3742b12d526bc0a4.tar.gz git-f496454e0fd22d003e9c9b5c3742b12d526bc0a4.tar.xz |
git-clone: Sync documentation to usage note.
Documentation advertises the new `--depth <n>' parameter with an equal
sign, while the usage notes (shown after `git-clone --help') do not. If I
understood git-clone's source code correctly, the version without the
equal sign is correct, which is why this patch syncs documentation to the
usage note.
Signed-off-by: Christian Schlotter <schlotter@users.sourceforge.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/RelNotes-1.5.0.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.0.txt b/Documentation/RelNotes-1.5.0.txt index 599efb8c9..daf4bdb0d 100644 --- a/Documentation/RelNotes-1.5.0.txt +++ b/Documentation/RelNotes-1.5.0.txt @@ -448,7 +448,7 @@ Updates in v1.5.0 since v1.4.4 series - There is a partial support for 'shallow' repositories that keeps only recent history. A 'shallow clone' is created by specifying how deep that truncated history should be - (e.g. "git clone --depth=5 git://some.where/repo.git"). + (e.g. "git clone --depth 5 git://some.where/repo.git"). Currently a shallow repository has number of limitations: |