t1401: test reflog creation for git-symbolic-ref
commitf91b2732b3df6bae21512af58e0cfccbd5301331
authorJeff King <peff@peff.net>
Sun, 20 Dec 2015 07:27:23 +0000 (20 02:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Dec 2015 20:06:31 +0000 (21 12:06 -0800)
treed208ecfbb939b6bf0d4c5ac445e91a2fba70245c
parent3e4068ed90fd3c6f24303560113aae6dbb758699
t1401: test reflog creation for git-symbolic-ref

The current code writes a reflog entry whenever we update a
symbolic ref, but we never test that this is so. Let's add a
test to make sure upcoming refactoring doesn't cause a
regression.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1401-symbolic-ref.sh