From 5571be75ebb6c8a1f88b3897d9631279106d8e0f Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 28 Jun 2005 10:15:10 -0700 Subject: Duh. Fix transposed characters in git-pull-script I'd stupidly only tested the non-branch-name version. diff --git a/git-pull-script b/git-pull-script index 4ec12bd..961edc4 100755 --- a/git-pull-script +++ b/git-pull-script @@ -12,7 +12,7 @@ fi if [ "$2" ] then merge_name="$type '$2' of $merge_name" - merge_head="refs/{$type}s/$2" + merge_head="refs/${type}s/$2" fi : ${GIT_DIR=.git} -- cgit v0.10.2-6-g49f6