diff --git a/.local/bin/triage b/.local/bin/triage index 653d95c..90650d3 100755 --- a/.local/bin/triage +++ b/.local/bin/triage @@ -3,4 +3,4 @@ # $@ is only meant to pass flags to locate the git directory and the work tree # if non-standard -[[ -n $(git $@ status -s) ]] && git $@ commit -pv && $0 $@ +[[ -n $(git $@ status -s) ]] && git $@ commit -p && $0 $@