gitk: Show changes in index and changes in working directory separately
commit8f4893639129acfc866c71583317090aa2a46eab
authorPaul Mackerras <paulus@samba.org>
Fri, 13 Jul 2007 09:49:37 +0000 (13 19:49 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 13 Jul 2007 09:49:37 +0000 (13 19:49 +1000)
tree64d960e0e1d90003c9df627b10dac0cf76b575f0
parent6ebedabf2d0f77c2c765ecc5effee1a7e3ffdedb
gitk: Show changes in index and changes in working directory separately

This makes gitk show up to two fake commits when there are local changes
in the repository; one to represent the state of the index and one to
represent the state of the working directory.  The commit representing
the working directory is colored red as before; the commit representing
the index state is colored magenta (as being between red and blue in
some sense).

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk