]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/commit-tree.c
Show usage string for 'git commit-tree -h'
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 9 Nov 2009 15:04:44 +0000 (09:04 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 01:08:44 +0000 (17:08 -0800)
commit6e9daeffec0213fa1cee76ad9d899fe492409f46
tree68445ac56175df2ba17359e455f2f671d66b6129
parentfef34270f209eb5d2cde01b8175b24d96d1cff21
Show usage string for 'git commit-tree -h'

Treat an "-h" option as a request for help, rather than a "Not a
valid object name" error.

"commit-tree -h" could be asking to create a new commit from a
treeish named "-h".  Strictly speaking, such a pathological ref
name is possible, but the user would have to had said something
like "tags/-h" to name such a pathological already.  commit-tree
is usually used in scripts with raw object ids, anyway.

For consistency, the "-h" option uses its new meaning even if
followed by other arguments.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit-tree.c