Show usage string for 'git check-ref-format -h'
commitaeda85a81547b05c36939defb420e5f02bf05e51
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 9 Nov 2009 15:04:48 +0000 (9 09:04 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 19:06:56 +0000 (10 11:06 -0800)
treee2a812b46e87813fec65932762e60b4bfd8f8f42
parente62b393505616c3ce313f6dac5060d9e1cde8e42
Show usage string for 'git check-ref-format -h'

This only changes the behavior of "git check-ref-format -h"
without any other options and arguments.

This change cannot be breaking backward compatibility, since any
valid refname must contain a /.   Most existing scripts use
arguments such as "heads/$foo".  If some script checks the
refname "-h" alone, git check-ref-format will still exit with
nonzero status, and the only detrimental side-effect will be a
usage string sent to stderr.

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