зеркало из https://github.com/microsoft/git.git
Duh. Fix transposed characters in git-pull-script
I'd stupidly only tested the non-branch-name version.
This commit is contained in:
Родитель
a69d094366
Коммит
5571be75eb
|
@ -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}
|
||||
|
|
Загрузка…
Ссылка в новой задаче