Skip to content

Commit

Permalink
Revert breakage introduced by c80522e.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Sep 16, 2005
1 parent 316eee8 commit b4416b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then
die "You need to first update your working tree."
fi

merge_head=$(sed -e 's/ .*//' "$GIT_DIR"/FETCH_HEAD)
merge_head=$(sed -e 's/ .*//' "$GIT_DIR"/FETCH_HEAD | tr '\012' ' ')
merge_name=$(
perl -e 'print join("; ", map { chomp; s/^[0-9a-f]* //; $_ } <>)' \
"$GIT_DIR"/FETCH_HEAD
Expand Down

0 comments on commit b4416b4

Please sign in to comment.