reflog: actually default to subcommand 'show'
commitbf01d4a334c621abdc76a5bdeac252296d9b23cb
authorMichael Schubert <mschub@elegosoft.com>
Mon, 1 Aug 2011 11:20:42 +0000 (1 13:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2011 17:52:34 +0000 (1 10:52 -0700)
treec7d703693692d239c4eb439e67b395d788534f8a
parentd5b66299040969706dd675c021f4336a26a6cc82
reflog: actually default to subcommand 'show'

The reflog manpage says:

git reflog [show] [log-options] [<ref>]

the subcommand 'show' is the default "in the absence of any
subcommands". Currently this is only true if the user provided either
at least one option or no additional argument at all. For example:

git reflog master

won't work. Change this by actually calling cmd_log_reflog in
absence of any subcommand.

Signed-off-by: Michael Schubert <mschub@elegosoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/reflog.c