reflog test: add more tests for 'reflog delete'
authorPieter de Bie <pdebie@ai.rug.nl>
Sat, 9 Aug 2008 23:33:29 +0000 (01:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Aug 2008 06:15:44 +0000 (23:15 -0700)
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>
No differences found