Skip to content

Commit d9d10bb

Browse files
Ralf Wildenhuesgitster
authored andcommitted
git-clone.txt: Improve --depth description.
Avoid abbreviation 'revs', improve the language a bit. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1e3a2eb commit d9d10bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-clone.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ OPTIONS
111111

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

121121
<repository>::

0 commit comments

Comments
 (0)