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>
No differences found