git-clone.txt: Improve --depth description.

Avoid abbreviation 'revs', improve the language a bit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ralf Wildenhues
2007-11-01 09:46:02 +01:00
committed by Junio C Hamano
parent 1e3a2eb667
commit d9d10bb854

View File

@ -111,11 +111,11 @@ OPTIONS
--depth <depth>:: --depth <depth>::
Create a 'shallow' clone with a history truncated to the Create a 'shallow' clone with a history truncated to the
specified number of revs. A shallow repository has specified number of revisions. A shallow repository has a
number of limitations (you cannot clone or fetch from number of limitations (you cannot clone or fetch from
it, nor push from nor into it), but is adequate if you it, nor push from nor into it), but is adequate if you
want to only look at near the tip of a large project are only interested in the recent history of a large project
with a long history, and would want to send in a fixes with a long history, and would want to send in fixes
as patches. as patches.
<repository>:: <repository>::