4 # git rebase -i --exec devel/check-notmuch-commit origin/master
15 if [ $quick = 0 ]; then
20 for file in $(git diff --name-only --diff-filter=AM HEAD^); do
23 uncrustify --replace -c "${uconf=$(dirname "$0")/uncrustify.cfg}" "$file"
26 emacs -Q --batch "$file" --eval '(indent-region (point-min) (point-max) nil)' -f save-buffer