commit-tree: update the command line parsing
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Nov 2011 19:33:55 +0000 (11:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Nov 2011 06:27:17 +0000 (22:27 -0800)
We have kept the original "git commit-tree <tree> -p <parent> ..." syntax
forever, but "git commit-tree -p <parent> -p <parent> ... <tree>" would be
more intuitive way to spell it. Dashed flags along with their arguments
come first and then the "thing" argument after the flags.

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