aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/show-ref.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-09 11:33:55 -0800
committerJunio C Hamano <gitster@pobox.com>2011-11-09 22:27:17 -0800
commit79a9312cc99f9c2f2949e1211c708896e6037f64 (patch)
treed51ca47e38a9c3a8491737f10f106743fed41568 /builtin/show-ref.c
parentcommit: teach --amend to carry forward extra headers (diff)
downloadgit-79a9312cc99f9c2f2949e1211c708896e6037f64.tar.gz
git-79a9312cc99f9c2f2949e1211c708896e6037f64.zip
commit-tree: update the command line parsing
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>
Diffstat (limited to 'builtin/show-ref.c')
0 files changed, 0 insertions, 0 deletions
n>/+3 2009-10-21Fix incorrect error check while reading deflated pack dataJunio C Hamano1-5/+3 2009-10-21git-clone.txt: Fix grammar and formattingBjörn Gustavsson1-13/+13 2009-10-21import-tars: Add support for tarballs compressed with lzma, xzIngmar Vanhassel1-1/+4 2009-10-21receive-pack: run "gc --auto --quiet" and optionally "update-server-info"Junio C Hamano2-0/+29 2009-10-21gc --auto --quiet: make the notice a bit less verboaseJunio C Hamano1-4/+7 2009-10-21Document `delta` attribute in "git help attributes".Nasser Grainawi1-0/+10