chaitanyagupta / gitutils
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
gitutils /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Fri Aug 21 11:09:58 -0700 2009 | |
| |
README | Fri Aug 21 10:54:00 -0700 2009 | |
| |
submodule-hooks/ | Fri Aug 21 11:09:58 -0700 2009 |
README
gitutils ======== submodule-hooks ~~~~~~~~~~~~~~~ * pre-commit -- Check whether any submodule is about to be updated with the commit. Ask the user for confirmation. To use, copy to $GIT_DIR/hooks/ and make it executable. * post-merge-checkout -- Check if any submodule has been updated post git-merge (git-pull) or a branch checkout. If so, ask if user wants to run git-submodule update. To use, copy to $GIT_DIR/hooks/post-checkout and/or $GIT_DIR/hooks/post-merge and make them executable.
