Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commitmsg-hook: Simplify filename parsing | Simon Rettberg | 2019-01-29 | 1 | -13/+6 |
| | | | | Also it now works if you're not in the repo's root dir | ||||
* | Add prepare-commit-msg hook | Simon Rettberg | 2019-01-17 | 1 | -0/+34 |
If using vim, consider doing git config (--global) core.editor "vim -c'startinsert|call cursor(1,200)'" or similar. |