commit | 28a1b56932c222b326e4ac0cd480d4e0be72fb1c | [log] [tgz] |
---|---|---|
author | Sebastian Schuberth <sschuberth@gmail.com> | Wed Jan 06 14:06:47 2016 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jan 07 11:45:19 2016 -0800 |
tree | 0b530bc26f1da30146ba3efd11f0606e779e7a5d | |
parent | 282616c72d1d08a77ca4fe1186cb708c38408d87 [diff] |
docs: clarify that passing --depth to git-clone implies --single-branch 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>