lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Git Submodule hooks someone else may find of use
- Date: Thu, 2 Jul 2009 09:20:18 -0600
- From: Tim Harper <timcharper@xxxxxxxxx>
- Subject: Git Submodule hooks someone else may find of use
A while ago I started a thread discussing my desires to have
submodules automatically update when I switch branches or pull. This
I desired to occur only if my submodule revision conformed with the
pointer recorded in the superproject's previous HEAD. In other words,
if my submodule showed as "modified", and I switch branches, I would
desire that this "modified" state persist exactly the same way an
uncommitted change would.
I've created a local git hook to support this behavior. If it
interests you, you may find it here, under
'git-post-checkout-submodules'.
http://github.com/timcharper/git-helpers/tree/master
Installation instructions are found at the top of the script.
Feedback welcome.
Tim
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html