From: Catalin Marinas Date: Sat, 30 May 2009 12:13:26 +0000 (+0100) Subject: Use the default git colouring scheme rather than specific scripts X-Git-Tag: v0.15-rc1~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/afddd62b52567fc1834e658b968f5a62334ea63c?ds=inline;hp=afddd62b52567fc1834e658b968f5a62334ea63c Use the default git colouring scheme rather than specific scripts This patch adds the mechanism to check if the output is tty for the diff and show commands and passes the --color option to git if the color.diff config option is set auto or true. The patch also changes the default pager to 'less -FRSX' from the diffcol.sh script. Signed-off-by: Catalin Marinas ---