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:
commit
2fdf994513
@ -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…
Reference in New Issue
Block a user