-
- Downloads
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>
Showing
- git-applypatch.sh 3 additions, 2 deletionsgit-applypatch.sh
- git-commit.sh 3 additions, 1 deletiongit-commit.sh
- git-fetch.sh 18 additions, 16 deletionsgit-fetch.sh
- git-merge.sh 5 additions, 4 deletionsgit-merge.sh
- git-octopus.sh 1 addition, 1 deletiongit-octopus.sh
- git-pull.sh 3 additions, 3 deletionsgit-pull.sh
- git-rebase.sh 3 additions, 2 deletionsgit-rebase.sh
- git-reset.sh 1 addition, 1 deletiongit-reset.sh
- git-resolve.sh 2 additions, 2 deletionsgit-resolve.sh
Loading
Please register or sign in to comment