diff options
author | Allan Caffee <allan.caffee@gmail.com> | 2009-04-13 21:53:41 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-14 07:41:25 +0200 |
commit | 427fc5b8885d269359c8eff187925e3d49f103b4 (patch) | |
tree | 96ccd02829d005999fc720e8eb64705ad605f992 /color.h | |
parent | gitignore git-bisect--helper (diff) | |
download | git-427fc5b8885d269359c8eff187925e3d49f103b4.tar.xz git-427fc5b8885d269359c8eff187925e3d49f103b4.zip |
graph API: Added logic for colored edges
Modified the graph drawing logic to colorize edges based on parent-child
relationships similiarly to gitk.
Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ #define GIT_COLOR_GREEN "\033[32m" #define GIT_COLOR_YELLOW "\033[33m" #define GIT_COLOR_BLUE "\033[34m" +#define GIT_COLOR_MAGENTA "\033[35m" #define GIT_COLOR_CYAN "\033[36m" #define GIT_COLOR_BG_RED "\033[41m" |