summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers
2020-01-24config: fix typo in variable nameMatthew Rogers
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-12config: make a copy of $GIT_CONFIG stringJeff King
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-07-24Merge branch 'tb/config-default'Junio C Hamano
2018-07-23builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-06builtin/config: work around an unsized array forward declarationBeat Bolli
2018-05-30Merge branch 'jk/config-blob-sans-repo'Junio C Hamano
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-21config: die when --blob is used outside a repositoryJeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau
2018-04-23builtin/config: introduce `--default`Taylor Blau
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau
2018-04-10builtin/config.c: treat type specifiers singularlyTaylor Blau
2018-02-21config: change default of `pager.config` to "on"Martin Ågren
2018-02-21config: respect `pager.config` in list/get-mode onlyMartin Ågren
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-09-06config: plug user_config leakJeff King
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-15config: complain about --local outside of a git repoJeff King
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano
2017-04-24Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-04-21replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King
2017-04-18config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy
2017-04-15path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2016-09-15i18n: config: mark error message for translationVasco Almeida
2016-08-10Merge branch 'js/commit-slab-decl-fix'Junio C Hamano
2016-08-09config.c: avoid duplicated global static variablesJohannes Sixt
2016-07-08config: fix bogus fd check when setting up default configJeff King
2016-04-03Merge branch 'jk/config-get-urlmatch'Junio C Hamano
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping
2016-02-26Merge branch 'js/config-set-in-non-repository'Junio C Hamano
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt
2016-02-22config: add '--show-origin' option to print the origin of a config valueLars Schneider