Make old sha1 optional with git update-ref -d
authorKarl Hasselström <kha@treskal.com>
Mon, 2 Jun 2008 23:34:53 +0000 (01:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jun 2008 05:52:39 +0000 (22:52 -0700)
Giving the old sha1 is already optional when changing a ref, and it's
quite handy when running update-ref manually. So make it optional for
deleting a ref too.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found