Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not put all files under version control in example hooks | Lukas Fleischer | 2016-02-07 | 1 | -1/+1 |
| | | | | | | Modify the Git hooks such they only add known data files to the index. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> | ||||
* | calcurse-caldav: Add hook support | Lukas Fleischer | 2016-02-07 | 1 | -0/+12 |
Introduce pre-sync and post-sync hooks which need to be located under ~/.calcurse/caldav/hooks/ and are executed before/after synchronization with a CalDAV server. Also, add an example post-sync hook and change the example post-save hook such that it does not create tiny commits during synchronization. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org> |