aboutsummaryrefslogtreecommitdiffstats
path: root/color.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29hex-ll: separate out non-hash-algo functionsCalvin Wan1-1/+1
2023-06-28config: inline git_color_default_configGlen Choo1-8/+0
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+1
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren1-0/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-19config: mark unused callback parametersJeff King1-1/+1
2021-10-28color: allow colors to be prefixed with "reset"Robert Estelle1-7/+11
2021-10-28color: support "default" to restore fg/bg colorRobert Estelle1-1/+22
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha1-1/+6
2020-02-11color.c: support bright aixterm colorsEyal Soha1-8/+28
2020-02-11color.c: refactor color_output argumentsEyal Soha1-13/+21
2018-08-03color: protect against out-of-bounds reads and writesEric Sunshine1-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-2/+2
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin1-9/+11
2018-02-13color.h: document and modernize headerStefan Beller1-7/+0
2017-12-04refactor "dumb" terminal determinationLars Schneider1-2/+1
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano1-1/+9
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King1-0/+8
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King1-1/+1
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano1-1/+1
2017-10-04color: make "always" the same as "auto" in configJeff King1-1/+1
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano1-0/+7
2017-08-23ThreadSanitizer: add suppressionsMartin Ågren1-0/+7
2017-07-13color: check color.ui in git_default_config()Jeff King1-8/+0
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano1-1/+11
2017-01-31color_parse_mem: allow empty color specJeff King1-2/+4
2017-01-19color.c: trim leading spaces in color_parse_mem()Nguyễn Thái Ngọc Duy1-1/+6
2017-01-19color.c: fix color_parse_mem() with value_len == 0Nguyễn Thái Ngọc Duy1-0/+3
2016-09-12Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano1-1/+1
2016-08-31color_parse_mem: initialize "struct color" temporaryJeff King1-1/+1
2016-07-11Merge branch 'jk/ansi-color'Junio C Hamano1-10/+25
2016-06-23color: support strike-through attributeJeff King1-1/+2
2016-06-23color: support "italic" attributeJeff King1-0/+1
2016-06-23color: allow "no-" for negating attributesJeff King1-1/+3
2016-06-23color: refactor parse_attrJeff King1-10/+21
2015-10-05color: add color_set helper for copying raw colorsJeff King1-0/+5
2015-10-05color: add overflow checks for parsing colorsJeff King1-15/+26
2015-01-20parse_color: fix return value for numeric color values 0-8Jeff King1-0/+1
2014-12-09parse_color: drop COLOR_BACKGROUND macroJeff King1-5/+4
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King1-3/+5
2014-11-20parse_color: support 24-bit RGB valuesJeff King1-1/+28
2014-11-20parse_color: refactor color storageJeff King1-32/+106
2014-10-14color_parse: do not mention variable name in error messageJeff King1-7/+6
2013-06-10make color.ui default to 'auto'Matthieu Moy1-1/+1
2011-08-19want_color: automatically fallback to color.uiJeff King1-2/+5
2011-08-19diff: don't load color config in plumbingJeff King1-1/+9
2011-08-19color: delay auto-color decision until point of useJeff King1-2/+18
2011-08-18git_config_colorbool: refactor stdout_is_tty handlingJeff King1-5/+6
2011-04-04Share color list between graph and show-branchDan McGee1-0/+22
2011-03-08wt-status: add helpers for printing wt-status linesJonathan Nieder1-0/+9
2010-12-10default color.status.branch to "same as header"Jeff King1-0/+5
2010-04-14diff: add --word-diff option that generalizes --color-wordsThomas Rast1-28/+0
2010-03-20Merge branch 'jc/color-attrs'Junio C Hamano1-8/+16
2010-03-07color: allow multiple attributesJunio C Hamano1-8/+16
2010-02-18Add an optional argument for --color optionsMark Lodato1-0/+3
2009-02-13Clean up use of ANSI color sequencesArjen Laarhoven1-5/+3
2009-01-25Merge branch 'js/diff-color-words'Junio C Hamano1-0/+28
2009-01-19Optimize color_parse_memRené Scharfe1-17/+21
2009-01-17color: make it easier for non-config to parse color specsJeff King1-1/+8
2009-01-17Add color_fwrite_lines(), a function coloring each line individuallyJohannes Schindelin1-0/+28
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-02-18Add color.ui variable which globally enables colorization if setMatthias Kestenholz1-0/+12
2008-02-06Fix parsing numeric color valuesTimo Hirvonen1-1/+1
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King1-1/+1
2007-12-05git config --get-colorboolJunio C Hamano1-2/+4
2007-11-28"color.diff = true" is not "always" anymore.Junio C Hamano1-13/+19
2007-09-19Enable wt-status output to a given FILE pointer.Kristian Høgsberg1-9/+9
2006-12-20simplify inclusion of system header files.Junio C Hamano1-4/+1
2006-09-08Move color option parsing out of diff.c and into color.[ch]Jeff King1-0/+176