diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-11-30 14:34:45 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-11-30 14:34:45 -0800 |
| commit | b918eb6c2a949282a223bdb04ec8a524003f8c0c (patch) | |
| tree | b5a3197f569ea3b42ada2e149e21fcf7b8740ef2 /diff.h | |
| parent | e160da7f60e67ee548472d907ede3291bbc2a79e (diff) | |
| parent | 89cb73a19ac94d15babf77af490fa5db78908234 (diff) | |
Merge branch 'bw/diff-color-hunk-header'
Diffstat (limited to 'diff.h')
| -rw-r--r-- | diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ enum color_diff { DIFF_FILE_NEW = 5, DIFF_COMMIT = 6, DIFF_WHITESPACE = 7, + DIFF_FUNCINFO = 8, }; const char *diff_get_color(int diff_use_color, enum color_diff ix); #define diff_get_color_opt(o, ix) \ |
