about summary refs log tree commit diff
path: root/scripts/reconnect.sh
blob: 92d96687aa36750f9fe74b1674e672fecc652d34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -u

while :; do
	catgirl "$@"
	status=$?
	if [ $status -ne 69 ]; then
		exit $status
	fi
done
e2c22710b965ec942dcc33f0b26e08ad76b50&follow=1'>Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 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