From: Junio C Hamano Date: Wed, 9 Nov 2011 19:33:55 +0000 (-0800) Subject: commit-tree: update the command line parsing X-Git-Tag: v1.7.9-rc0~83^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/79a9312cc99f9c2f2949e1211c708896e6037f64?hp=79a9312cc99f9c2f2949e1211c708896e6037f64 commit-tree: update the command line parsing We have kept the original "git commit-tree -p ..." syntax forever, but "git commit-tree -p -p ... " 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 ---