Merge pull request #83 from soraxas/fix-color-output

Ensure no color-format output
pull/86/head v0.1
Dave Musicant 4 years ago committed by GitHub
commit 2fdf994513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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