builtin-reflog: Allow reflog expire to name partial ref
commit90fb46ec83cd837364592ce4d95055a3b6fe89a4
authorPieter de Bie <pdebie@ai.rug.nl>
Sun, 10 Aug 2008 20:22:21 +0000 (10 22:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Aug 2008 23:24:46 +0000 (17 16:24 -0700)
treec8445fe73eeb79f1a24b0c04124329ba62e3aad6
parent2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0
builtin-reflog: Allow reflog expire to name partial ref

This allows you to specify 'git reflog expire master' without needing
to give the full refname like 'git reflog expire refs/heads/master'

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-reflog.c