From: Christian Schlotter Date: Mon, 19 Feb 2007 12:35:35 +0000 (+0100) Subject: git-clone: Sync documentation to usage note. X-Git-Tag: v1.5.0.2~24 X-Git-Url: https://www.git.lorimer.id.au/gitweb.git/diff_plain/f496454e0fd22d003e9c9b5c3742b12d526bc0a4?hp=f496454e0fd22d003e9c9b5c3742b12d526bc0a4 git-clone: Sync documentation to usage note. Documentation advertises the new `--depth ' 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 Signed-off-by: Junio C Hamano ---