]> git.ipfire.org Git - thirdparty/git.git/commit - gitk
gitk: disable colours when calling git log
authorSam Vilain <sam.vilain@catalyst.net.nz>
Tue, 16 Oct 2007 22:33:04 +0000 (11:33 +1300)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 07:44:28 +0000 (03:44 -0400)
commit0166419a197cea0ceef3aed8c72023deb015ecf4
treeaeb7d10a776a98a05e67b2ba140e39c7159a18d7
parent719c2b9d926bf2be4879015e3620d27d32f007b6
gitk: disable colours when calling git log

If the user specifies 'diff.color = 1' in their configuration file,
then gitk will not start.  Disable colours when calling git log.

Signed-off-by: Sam Vilain <sam.vilain@catalyst.net.nz>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
gitk