reflog test: add more tests for 'reflog delete'
commit38881a9066fcb3ce6e0438e6d7b20cce22ece411
authorPieter de Bie <pdebie@ai.rug.nl>
Sat, 9 Aug 2008 23:33:29 +0000 (10 01:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Aug 2008 06:15:44 +0000 (10 23:15 -0700)
tree92174d112c99b33c87bd1d9b60be709fc8210d66
parent18a2197e6d1be4b2a4a4b10cac34215fac5be5f9
reflog test: add more tests for 'reflog delete'

This adds more tests for 'reflog delete' and marks it as
broken, as currently a call to 'git reflog delete HEAD@{1}'
deletes entries in the currently checked out branch's log,
not the HEAD log.

Noticed by John Wiegley

Signed-off-by: Pieter de Bie <pdebie@ai.rug.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1410-reflog.sh