git-tag: Fix "can't shift that many".
commit72bb989d6e15f1ff443454b5836358ced1dc5bea
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 28 Jun 2007 16:56:57 +0000 (28 12:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 30 Jun 2007 17:49:14 +0000 (30 10:49 -0700)
tree021c834e2f3625a12dcc7f3faa7bf7431d417121
parentbfc04bb9b847912ee41a21fc23110962851878b2
git-tag: Fix "can't shift that many".

This stop git-tag from emitting a "shift: can't shift that many"
error, when listing tags.

[jc: with further fixups from Sam Vilain merged in; it passes
 the tests under dash now]

Signed-off-by: Alexandre Vassalotti <alexandre@peadrop.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-tag.sh