From 8dc2424e67de1432d156aeae44a5afc87989083b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 19 Nov 2018 00:49:55 -0500 Subject: Add missing include in dtch --- bin/dtch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/dtch.c b/bin/dtch.c index 8681cc61..3cd92479 100644 --- a/bin/dtch.c +++ b/bin/dtch.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include -- cgit 1.4.1 0cf26a0a72fac72604f930d62b4fa7d'/> dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
This fixes badly indented comments.
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe