Doit: fix -pedantic

todo
Junio C Hamano 2007-01-09 22:44:41 -08:00
parent d59269a76f
commit 19777591eb
1 changed files with 4 additions and 1 deletions

5
Doit
View File

@ -1,7 +1,10 @@
#!/bin/sh

: ${M=''}
: ${J=-j2}
while case "$1" in -pedantic) M=$1 ;; *) break ;; esac
do
shift
done

test -z "$(git diff --cached --name-status)" || {
echo >&2 "Repository unclean."