Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-30hex-ll: separate out non-hash-algo functionsCalvin Wan
2023-06-29config: inline git_color_default_configGlen Choo
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24treewide: be explicit about dependence on strbuf.hElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19config: mark unused callback parametersJeff King
2021-10-28color: allow colors to be prefixed with "reset"Robert Estelle
2021-10-28color: support "default" to restore fg/bg colorRobert Estelle
2020-02-11color.c: alias RGB colors 8-15 to aixterm colorsEyal Soha
2020-02-11color.c: support bright aixterm colorsEyal Soha
2020-02-11color.c: refactor color_output argumentsEyal Soha
2018-08-03color: protect against out-of-bounds reads and writesEric Sunshine
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-24color: introduce support for colorizing stderrJohannes Schindelin
2018-02-13color.h: document and modernize headerStefan Beller
2017-12-04refactor "dumb" terminal determinationLars Schneider
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano
2017-10-17Revert "color: check color.ui in git_default_config()"Jeff King
2017-10-17Revert "color: make "always" the same as "auto" in config"Jeff King
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano
2017-10-04color: make "always" the same as "auto" in configJeff King
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano
2017-08-23ThreadSanitizer: add suppressionsMartin Ågren
2017-07-13color: check color.ui in git_default_config()Jeff King
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-03Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano
2017-02-01color_parse_mem: allow empty color specJeff King
2017-01-19color.c: trim leading spaces in color_parse_mem()Nguyễn Thái Ngọc Duy
2017-01-19color.c: fix color_parse_mem() with value_len == 0Nguyễn Thái Ngọc Duy
2016-09-13Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano
2016-08-31color_parse_mem: initialize "struct color" temporaryJeff King
2016-07-11Merge branch 'jk/ansi-color'Junio C Hamano
2016-06-23color: support strike-through attributeJeff King
2016-06-23color: support "italic" attributeJeff King
2016-06-23color: allow "no-" for negating attributesJeff King
2016-06-23color: refactor parse_attrJeff King
2015-10-05color: add color_set helper for copying raw colorsJeff King
2015-10-05color: add overflow checks for parsing colorsJeff King
2015-01-21parse_color: fix return value for numeric color values 0-8Jeff King
2014-12-10parse_color: drop COLOR_BACKGROUND macroJeff King
2014-11-20parse_color: recognize "no$foo" to clear the $foo attributeJeff King
2014-11-20parse_color: support 24-bit RGB valuesJeff King
2014-11-20parse_color: refactor color storageJeff King
2014-10-14color_parse: do not mention variable name in error messageJeff King
2013-06-10make color.ui default to 'auto'Matthieu Moy