clone,fetch: explain the shallow-clone option a little more clearly
commit6d8738653297e839ae59ff3284c271681cc14396
authorAlex Henrie <alexhenrie24@gmail.com>
Sun, 4 Dec 2016 22:03:59 +0000 (4 15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Dec 2016 22:50:57 +0000 (5 14:50 -0800)
treef0a23642c87758ff5a1027273a5c0dd5c8755402
parent2ddaa42783dcead77b840d5a26f20ba7d7ca3ec8
clone,fetch: explain the shallow-clone option a little more clearly

"deepen by excluding" does not make sense because excluding a revision
does not deepen a repository; it makes the repository more shallow.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c
builtin/fetch.c