author | Junio C Hamano <junkio@cox.net> | |
Wed, 28 Sep 2005 01:14:27 +0000 (18:14 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 28 Sep 2005 23:42:44 +0000 (16:42 -0700) | ||
commit | bf7960eb51a26bcf52f27a60bfcf005661266b1e | |
tree | baeef0ee852f787668eceadd7aefa29b79add7a7 | tree | snapshot |
parent | a7928f8ec7fb3c368e6086ab48f41e33a22e1b94 | commit | diff |
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 <junkio@cox.net>
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>
git-applypatch.sh | diff | blob | history | |
git-commit.sh | diff | blob | history | |
git-fetch.sh | diff | blob | history | |
git-merge.sh | diff | blob | history | |
git-octopus.sh | diff | blob | history | |
git-pull.sh | diff | blob | history | |
git-rebase.sh | diff | blob | history | |
git-reset.sh | diff | blob | history | |
git-resolve.sh | diff | blob | history |