aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano1-1/+1
2019-01-11config: make a copy of $GIT_CONFIG stringJeff King1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy1-1/+2
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-1/+18
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-23/+27
2018-07-24Merge branch 'tb/config-default'Junio C Hamano1-12/+15
2018-07-23builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy1-24/+24
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-7/+11
2018-07-06builtin/config: work around an unsized array forward declarationBeat Bolli1-12/+15
2018-05-30Merge branch 'jk/config-blob-sans-repo'Junio C Hamano1-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-21config: die when --blob is used outside a repositoryJeff King1-0/+3
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau1-0/+22
2018-04-23builtin/config: introduce `--default`Taylor Blau1-0/+18
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau1-5/+60
2018-04-10builtin/config.c: treat type specifiers singularlyTaylor Blau1-27/+22
2018-02-21config: change default of `pager.config` to "on"Martin Ågren1-1/+1
2018-02-21config: respect `pager.config` in list/get-mode onlyMartin Ågren1-0/+10
2017-11-18config: add --expiry-dateHaaris Mehmood1-1/+9
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King1-0/+4
2017-09-06config: plug user_config leakJeff King1-2/+5
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-11/+16
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams1-11/+15
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-15config: complain about --local outside of a git repoJeff King1-0/+3
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano1-2/+3
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano1-9/+12
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano1-1/+1
2017-04-20replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King1-2/+3
2017-04-17config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy1-9/+12
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy1-1/+1
2017-03-21prefix_filename: return newly allocated stringJeff King1-2/+1
2017-03-21prefix_filename: drop length parameterJeff King1-1/+0
2016-09-15i18n: config: mark error message for translationVasco Almeida1-2/+2
2016-08-10Merge branch 'js/commit-slab-decl-fix'Junio C Hamano1-1/+0
2016-08-09config.c: avoid duplicated global static variablesJohannes Sixt1-1/+0
2016-07-08config: fix bogus fd check when setting up default configJeff King1-1/+1
2016-04-03Merge branch 'jk/config-get-urlmatch'Junio C Hamano1-1/+4
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping1-1/+4
2016-02-26Merge branch 'js/config-set-in-non-repository'Junio C Hamano1-0/+3
2016-02-26Merge branch 'ps/config-error'Junio C Hamano1-14/+14
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin1-0/+3
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt1-14/+14
2016-02-22config: add '--show-origin' option to print the origin of a config valueLars Schneider1-0/+33
2015-09-25config: use xstrfmt in normalize_valueJeff King1-21/+13
2015-08-20get_urlmatch: avoid useless strbuf writeJeff King1-4/+1
2015-08-20format_config: simplify buffer handlingJeff King1-22/+16