Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | examples/hooks/pre-commit: Add warning in comments re aborted commit. | Przemyslaw Pawelczyk | |
Fixes #26. | |||
2016-01-19 | examples/git-metapull: Fix the script. | Przemyslaw Pawelczyk | |
2016-01-19 | examples: Move hook scripts to their own subdirectory. | Przemyslaw Pawelczyk | |
2015-09-02 | examples: Add post-checkout example script. | Dan Fandrich | |
This is analagous script to the pre-commit one, but it applies metadata automatically after a git checkout. Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com> | |||
2015-09-01 | examples: Use /bin/sh as the shell for scripts (instead of bash). | Dan Fandrich | |
Scripts seem to be POSIX shell conformant, so no need to be specific. Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com> | |||
2015-02-14 | Improve example hooks and remove bashisms in them. | Przemyslaw Pawelczyk | |
2012-02-10 | Remove prompting from example Git pre-commit hook. | Romain Francoise | |
Hooks now run with stdin closed (since Git version 1.5.4) and prompting will not work when using a high-level interface such as git-gui or Emacs anyway. | |||
2007-05-20 | Add example scripts to integrate metastore with git | David Härdeman | |