Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add basic progress | Joey Hess | 2015-06-15 |
| | |||
* | Added a comment: pre-commit is OK on windows now - auto adding last mod datetime | https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ | 2015-01-30 |
| | |||
* | Windows: Fix running of the pre-commit-annex hook. | Joey Hess | 2015-01-20 |
| | |||
* | followup | Joey Hess | 2015-01-20 |
| | |||
* | Added a comment: direct mode pre-commit hooks [on windows] | https://www.google.com/accounts/o8/id?id=AItOawnW_CrhP9p50n9UUhTg_a9glyKWSvnrjRQ | 2015-01-20 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-04-17 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2014-04-17 |
| | | |||
* | | modify so the script can be run with existing annexed files to extract their ↵ | Joey Hess | 2014-04-17 |
|/ | | | | metadata | ||
* | Added a comment | https://id.koumbit.net/anarcat | 2014-04-01 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2014-03-03 |
| | |||
* | decruft | Joey Hess | 2014-03-02 |
| | |||
* | 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. |