summary refs log tree commit diff
path: root/bin/git-comment.pl (follow)
Commit message (Collapse)AuthorAge
* Use /usr/local/share/perl5 in git-commentJune McEnroe2022-03-14
|
* Also defer printing comment for lone close-parensJune McEnroe2021-09-11
|
* Add git comment --pretty optionJune McEnroe2021-09-10
|
* Defer printing comment if line is blank or closing braceJune McEnroe2021-09-08
| | | | This fixes badly indented comments.
* Up default min-repeat to 30 linesJune McEnroe2021-09-08
|
* Handle dirty lines in git-commentJune McEnroe2021-09-08
|
* Document and install git-commentJune McEnroe2021-09-08
|
* Add repeat and all options to git-commentJune McEnroe2021-09-08
|
* Add group threshold to git-commentJune McEnroe2021-09-08
| | | | Only add comments for blame groups larger than 1 line by default.
* Add initial working version of git-commentJune McEnroe2021-09-08