1. 97eeeea config: inline git_color_default_config by Glen Choo · 1 year, 8 months ago
  2. de65851 color: allow colors to be prefixed with "reset" by Robert Estelle · 3 years, 5 months ago
  3. 05f1f41 color: support "default" to restore fg/bg color by Robert Estelle · 3 years, 5 months ago
  4. aeefc18 color: add missing GIT_COLOR_* white/black constants by Robert Estelle · 3 years, 5 months ago
  5. a7be92a range-diff: use dim/bold cues to improve dual color mode by Johannes Schindelin · 7 years ago
  6. 7188260 color: add the meta color GIT_COLOR_REVERSE by Johannes Schindelin · 7 years ago
  7. 295d949 color: introduce support for colorizing stderr by Johannes Schindelin · 7 years ago
  8. 75e5e9c color.h: document and modernize header by Stefan Beller · 7 years ago
  9. 86b452e diff.c: add dimming to moved line detection by Stefan Beller · 8 years ago
  10. 627c9f2 Merge branch 'js/color-on-windows-comment' by Junio C Hamano · 9 years ago
  11. 3c5de5c Merge branch 'jk/ansi-color' by Junio C Hamano · 9 years ago
  12. 3d0a833 color.h: remove obsolete comment about limitations on Windows by Johannes Schindelin · 9 years ago
  13. 9dc3515 color: support strike-through attribute by Jeff King · 9 years ago
  14. 54590a0 color: support "italic" attribute by Jeff King · 9 years ago
  15. 0111681 color: fix max-size comment by Jeff King · 9 years ago
  16. 7ce4fb9 color: add color_set helper for copying raw colors by Jeff King · 9 years ago
  17. ff40d18 parse_color: recognize "no$foo" to clear the $foo attribute by Jeff King · 10 years ago
  18. 17a4be2 parse_color: support 24-bit RGB values by Jeff King · 10 years ago
  19. f6c5a29 color_parse: do not mention variable name in error message by Jeff King · 10 years ago
  20. c9bfb95 want_color: automatically fallback to color.ui by Jeff King · 14 years ago
  21. 3e1dd17 diff: don't load color config in plumbing by Jeff King · 14 years ago
  22. daa0c3d color: delay auto-color decision until point of use by Jeff King · 14 years ago
  23. e269eb7 git_config_colorbool: refactor stdout_is_tty handling by Jeff King · 14 years ago
  24. 7cd52b5 Share color list between graph and show-branch by Dan McGee · 14 years ago
  25. becbdae wt-status: add helpers for printing wt-status lines by Jonathan Nieder · 14 years ago
  26. 148135f default color.status.branch to "same as header" by Jeff King · 14 years ago
  27. 882749a diff: add --word-diff option that generalizes --color-words by Thomas Rast · 15 years ago
  28. f1aa782 Merge branch 'ml/color-grep' by Junio C Hamano · 15 years ago
  29. d7173d9 Merge branch 'jc/color-attrs' by Junio C Hamano · 15 years ago
  30. 8b12413 color: allow multiple attributes by Junio C Hamano · 15 years ago
  31. 758df17 Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* by Mark Lodato · 15 years ago
  32. e7821d7 Add a notice that only certain functions can print color escape codes by Johannes Sixt · 15 years ago
  33. 28bea9e Check the format of more printf-type functions by Tarmigan Casebolt · 15 years ago
  34. 427fc5b graph API: Added logic for colored edges by Allan Caffee · 16 years ago
  35. dc6ebd4 Clean up use of ANSI color sequences by Arjen Laarhoven · 16 years ago
  36. 9847a52 Merge branch 'js/diff-color-words' by Junio C Hamano · 16 years ago
  37. 5ef8d77 color: make it easier for non-config to parse color specs by Jeff King · 16 years ago
  38. 07b57e9 Add color_fwrite_lines(), a function coloring each line individually by Johannes Schindelin · 16 years ago
  39. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  40. 6b2f2d9 Add color.ui variable which globally enables colorization if set by Matthias Kestenholz · 17 years ago
  41. 0f6f5a4 git config --get-colorbool by Junio C Hamano · 17 years ago
  42. f26a001 Enable wt-status output to a given FILE pointer. by Kristian Høgsberg · 17 years ago
  43. 7c92fe0 Move color option parsing out of diff.c and into color.[ch] by Jeff King · 19 years ago