]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/clone.c
clone: reorder --dissociate and --reference options
authorJeff King <peff@peff.net>
Thu, 21 May 2015 04:16:04 +0000 (00:16 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2015 19:37:39 +0000 (12:37 -0700)
commit14f8b9b494c990188a4dfe772c384b1be5f8351b
tree8e584ec29c1841396371b1c52f569e477e11b56b
parent8ade009c952b2977508d6d88aacc290c645125d2
clone: reorder --dissociate and --reference options

These options are intimately related, so it makes sense to
list them nearby in the "-h" output (they are already
adjacent in the manpage).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c