65 Commits (10f743389ca9a92720fb9c3d15f647888d82c297)

Author SHA1 Message Date
Robert Estelle de658515ae color: allow colors to be prefixed with "reset" 3 years ago
Robert Estelle 05f1f41c9b color: support "default" to restore fg/bg color 3 years ago
Eyal Soha c444f032e4 color.c: alias RGB colors 8-15 to aixterm colors 5 years ago
Eyal Soha 1751b09a92 color.c: support bright aixterm colors 5 years ago
Eyal Soha 4a28eb0ae4 color.c: refactor color_output arguments 5 years ago
Eric Sunshine 65bb21e77e color: protect against out-of-bounds reads and writes 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Johannes Schindelin 295d949cfa color: introduce support for colorizing stderr 7 years ago
Stefan Beller 75e5e9c3f7 color.h: document and modernize header 7 years ago
Lars Schneider a64f213d3f refactor "dumb" terminal determination 7 years ago
Jeff King 33c643bb08 Revert "color: check color.ui in git_default_config()" 7 years ago
Jeff King 2c1acdf6c9 Revert "color: make "always" the same as "auto" in config" 7 years ago
Jeff King 6be4595edb color: make "always" the same as "auto" in config 7 years ago
Martin Ågren 6cdf8a7929 ThreadSanitizer: add suppressions 8 years ago
Jeff King 136c8c8b8f color: check color.ui in git_default_config() 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King 55cccf4bb3 color_parse_mem: allow empty color spec 8 years ago
Nguyễn Thái Ngọc Duy bc4075653e color.c: trim leading spaces in color_parse_mem() 8 years ago
Nguyễn Thái Ngọc Duy c2f41bf521 color.c: fix color_parse_mem() with value_len == 0 8 years ago
Jeff King 3e1952ed96 color_parse_mem: initialize "struct color" temporary 9 years ago
Jeff King 9dc3515cf0 color: support strike-through attribute 9 years ago
Jeff King 54590a0eda color: support "italic" attribute 9 years ago
Jeff King 5621068f3d color: allow "no-" for negating attributes 9 years ago
Jeff King df8e472cc1 color: refactor parse_attr 9 years ago
Jeff King 7ce4fb948c color: add color_set helper for copying raw colors 9 years ago
Jeff King cbc8feeaf9 color: add overflow checks for parsing colors 9 years ago
Jeff King 3759d27aca parse_color: fix return value for numeric color values 0-8 10 years ago
Jeff King 71b5984975 parse_color: drop COLOR_BACKGROUND macro 10 years ago
Jeff King ff40d185d2 parse_color: recognize "no$foo" to clear the $foo attribute 10 years ago
Jeff King 17a4be2606 parse_color: support 24-bit RGB values 10 years ago
Jeff King 695d95df19 parse_color: refactor color storage 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
Matthieu Moy 4c7f1819b3 make color.ui default to 'auto' 12 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King 3e1dd17a89 diff: don't load color config in plumbing 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 years ago
Dan McGee 7cd52b5b4b Share color list between graph and show-branch 14 years ago
Jonathan Nieder becbdae82b wt-status: add helpers for printing wt-status lines 14 years ago
Jonathan Nieder e0335fcdad wt-status: add helpers for printing wt-status lines 14 years ago
Jeff King 148135fc24 default color.status.branch to "same as header" 14 years ago
Thomas Rast 882749a04f diff: add --word-diff option that generalizes --color-words 15 years ago
Junio C Hamano 8b124135a9 color: allow multiple attributes 15 years ago
Mark Lodato 73e9da0196 Add an optional argument for --color options 15 years ago
Arjen Laarhoven dc6ebd4cc5 Clean up use of ANSI color sequences 16 years ago
René Scharfe 2c2dc7c82c Optimize color_parse_mem 16 years ago
Jeff King 5ef8d77a75 color: make it easier for non-config to parse color specs 16 years ago
Johannes Schindelin 07b57e90f7 Add color_fwrite_lines(), a function coloring each line individually 16 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Matthias Kestenholz 6b2f2d9805 Add color.ui variable which globally enables colorization if set 17 years ago