summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Move bash completion scriptSimon Rettberg2020-08-071-0/+34
|
* commitmsg-hook: Simplify filename parsingSimon Rettberg2019-01-291-13/+6Star
| | | | Also it now works if you're not in the repo's root dir
* Add prepare-commit-msg hookSimon Rettberg2019-01-171-0/+34
If using vim, consider doing git config (--global) core.editor "vim -c'startinsert|call cursor(1,200)'" or similar.