]> granicus.if.org Git - git/commitdiff
docs: say "commits" in the --depth option wording for git-clone
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 8 Jan 2016 09:18:21 +0000 (10:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Jan 2016 20:39:58 +0000 (12:39 -0800)
It is not wrong to talk about "revisions" here, but in this context
revisions are always commits, and that is how we already name it in the
git-fetch docs. So align the docs by always referring to "commits".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt

index dd8271478a2202b1074f3d5d716cedec88cc833d..4df1af12308ab1fe26df39863341a611859fc6bd 100644 (file)
@@ -178,7 +178,7 @@ objects from the source repository into a pack in the cloned repository.
 
 --depth <depth>::
        Create a 'shallow' clone with a history truncated to the
-       specified number of revisions. Implies `--single-branch` unless
+       specified number of commits. Implies `--single-branch` unless
        `--no-single-branch` is given to fetch the histories near the
        tips of all branches.