add no pager

pull/83/head
Tin Lai 4 years ago
parent 7687761c41
commit 5e6b68bdcb

@ -237,7 +237,7 @@ if [ -n "$GIT_DIR" ]; then
exit 1;
fi
GIT="$GIT --work-tree $TARGETDIR --git-dir $GIT_DIR"
GIT="$GIT --no-pager --work-tree $TARGETDIR --git-dir $GIT_DIR"
fi
# Check if commit message needs any formatting (date splicing)

Loading…
Cancel
Save