Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | post-recive hook to make updateInstead work in direct mode and adjusted branches | Joey Hess | 2017-02-17 |
| | | | | | | | | * Added post-recieve hook, which makes updateInstead work with direct mode and adjusted branches. * init: Set up the post-receive hook. This commit was sponsored by Fernando Jimenez on Patreon. | ||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | Added a post-update-annex hook, which is run after the git-annex branch is ↵ | Joey Hess | 2015-03-20 |
| | | | | | | updated. Needed for git update-server-info. See https://github.com/datalad/datalad/issues/1#issuecomment-84094406 | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | Windows: Fix running of the pre-commit-annex hook. | Joey Hess | 2015-01-20 |
| | |||
* | fix handling of nonexistant hook | Joey Hess | 2014-03-03 |
| | |||
* | pre-commit-annex hook script to automatically extract metadata from lots of ↵ | Joey Hess | 2014-03-02 |
| | | | | | | | | | | | | | | | | | | types of files Using the extract(1) program to do the heavy lifting. Decided to make git-annex run pre-commit-annex when committing. Since git-annex pre-commit also runs it, it'll be run when git commit is run too, via the pre-commit hook. This basically gives back the pre-commit hook that git-annex took away. The implementation avoids repeatedly looking for the hook script when the assistant is running and committing repeatedly; only checks if the hook is available once. To make the script simpler, made git-annex metadata -s field?=value only set a field when it's not already got a value. This commit was sponsored by bak. | ||
* | refactored hook setup | Joey Hess | 2013-11-05 |