docs: clarify that passing --depth to git-clone implies --single-branch
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 6 Jan 2016 13:06:47 +0000 (14:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Jan 2016 19:45:19 +0000 (11:45 -0800)
It is confusing to document how --depth behaves as part of the
--single-branch docs. Better move that part to the --depth docs, saying
that it implies --single-branch by default.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found