allow double click on current HEAD id after git-pull

Double click on to current HEAD commit id is not possible,
the dot has to go.

[jc: by popular requests.]

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Olaf Hering
2006-02-11 12:26:30 +01:00
committed by Junio C Hamano
parent f61c2c970c
commit 180b0d7483
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ case "$common" in
exit 0
;;
"$head")
echo "Updating from $head to $merge."
echo "Updating from $head to $merge"
git-read-tree -u -m $head $merge || exit 1
git-update-ref HEAD "$merge" "$head"
git-diff-tree -p $head $merge | git-apply --stat