2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00

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

Ensure no color-format output
This commit is contained in:
Dave Musicant 2020-06-08 21:08:03 -05:00 committed by GitHub
commit 2fdf994513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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