提交 5571be75 编写于 作者: L Linus Torvalds

Duh. Fix transposed characters in git-pull-script

I'd stupidly only tested the non-branch-name version.
上级 a69d0943
......@@ -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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册