Merge branch 'ap/clone-origin'

* ap/clone-origin:
  Explicitly add the default "git pull" behaviour to .git/config on clone
This commit is contained in:
Junio C Hamano 2006-12-13 11:03:33 -08:00
Родитель f5c589f1df 955289bf92
Коммит f88bd392e6
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -400,7 +400,9 @@ then
rm -f "refs/remotes/$origin/HEAD"
git-symbolic-ref "refs/remotes/$origin/HEAD" \
"refs/remotes/$origin/$head_points_at"
esac
esac &&
git-repo-config branch."$head_points_at".remote "$origin" &&
git-repo-config branch."$head_points_at".merge "refs/heads/$head_points_at"
esac
case "$no_checkout" in