From: Junio C Hamano Date: Wed, 28 Sep 2005 01:14:27 +0000 (-0700) Subject: Use git-update-ref in scripts. X-Git-Tag: v0.99.8~31 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bf7960eb51a26bcf52f27a60bfcf005661266b1e?ds=inline;hp=bf7960eb51a26bcf52f27a60bfcf005661266b1e Use git-update-ref in scripts. 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 ---