]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
bin/git-subup: Always checkout origin/HEAD
authorTony Duckles <tony@nynim.org>
Sat, 5 Jan 2013 19:16:04 +0000 (13:16 -0600)
committerTony Duckles <tony@nynim.org>
Sat, 5 Jan 2013 19:16:04 +0000 (13:16 -0600)
commit9991f538499f3eb49d2629a7e00cf51ec8f95bed
treeda672c1ffe46b40f373fa99bc99aa89637eb58b6
parent56886ec5c16fdfe6f04bc7b2d092f1ed54d30950
bin/git-subup: Always checkout origin/HEAD

Some submodule repo's have an origin/HEAD of something other than
"master". Force a checkout of origin/HEAD -> master so that the
later pull will track updates from the repo's default HEAD.
bin/git-subup