Use git-update-ref in scripts.
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Sep 2005 01:14:27 +0000 (18:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 28 Sep 2005 23:42:44 +0000 (16:42 -0700)
This uses the git-update-ref command in scripts for safer updates.
Also places where we used to read HEAD ref by using "cat" were fixed
to use git-rev-parse. This will matter when we start using symbolic
references.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found