Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
docs: say "commits" in the --depth option wording for git-clone
author
Sebastian Schuberth
<sschuberth@gmail.com>
Fri, 8 Jan 2016 09:18:21 +0000
(10:18 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
28a1b56
)
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index dd8271478a2202b1074f3d5d716cedec88cc833d..4df1af12308ab1fe26df39863341a611859fc6bd 100644
(file)
--- a/
Documentation/git-clone.txt
+++ b/
Documentation/git-clone.txt
@@
-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
revision
s. Implies `--single-branch` unless
+ specified number of
commit
s. Implies `--single-branch` unless
`--no-single-branch` is given to fetch the histories near the
tips of all branches.