summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-19config: unify code paths to get global config pathsLibravatar Patrick Steinhardt1-2/+2
2021-04-19config: rename `git_etc_config()`Libravatar Patrick Steinhardt1-1/+1
2020-11-25config: implement --fixed-value with --get*Libravatar Derrick Stolee1-5/+10
2020-11-25config: plumb --fixed-value into config APILibravatar Derrick Stolee1-5/+11
2020-11-25config: add --fixed-value option, un-implementedLibravatar Derrick Stolee1-0/+36
2020-11-25config: replace 'value_regex' with 'value_pattern'Libravatar Derrick Stolee1-6/+6
2020-11-25config: convert multi_replace to flagsLibravatar Derrick Stolee1-2/+4
2020-09-22Merge branch 'ls/mergetool-meld-auto-merge'Libravatar Junio C Hamano1-0/+17
2020-09-16mergetool: allow auto-merge for meld to follow the vim-diff behaviorLibravatar Lin Sun1-0/+17
2020-09-09config: complain about --worktree outside of a git repoLibravatar Matheus Tavares1-4/+8
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentLibravatar Eric Sunshine1-1/+1
2020-02-10config: add '--show-scope' to print the scope of a config valueLibravatar Matthew Rogers1-2/+18
2020-02-10config: teach git_config_source to remember its scopeLibravatar Matthew Rogers1-3/+13
2020-01-24config: fix typo in variable nameLibravatar Matthew Rogers1-5/+5
2019-01-29Merge branch 'jk/save-getenv-result'Libravatar Junio C Hamano1-1/+1
2019-01-11config: make a copy of $GIT_CONFIG stringLibravatar Jeff King1-1/+1
2018-12-10style: the opening '{' of a function is in a separate lineLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-10-22worktree: add per-worktree config filesLibravatar Nguyễn Thái Ngọc Duy1-1/+18
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-23/+27
2018-07-24Merge branch 'tb/config-default'Libravatar Junio C Hamano1-12/+15
2018-07-23builtin/config.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-24/+24
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy1-7/+11
2018-07-06builtin/config: work around an unsized array forward declarationLibravatar Beat Bolli1-12/+15
2018-05-30Merge branch 'jk/config-blob-sans-repo'Libravatar Junio C Hamano1-0/+3
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-1/+1
2018-05-21config: die when --blob is used outside a repositoryLibravatar Jeff King1-0/+3
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-1/+1
2018-04-23builtin/config: introduce `color` type specifierLibravatar Taylor Blau1-0/+22
2018-04-23builtin/config: introduce `--default`Libravatar Taylor Blau1-0/+18
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Libravatar Taylor Blau1-5/+60
2018-04-10builtin/config.c: treat type specifiers singularlyLibravatar Taylor Blau1-27/+22
2018-02-21config: change default of `pager.config` to "on"Libravatar Martin Ågren1-1/+1
2018-02-21config: respect `pager.config` in list/get-mode onlyLibravatar Martin Ågren1-0/+10
2017-11-18config: add --expiry-dateLibravatar Haaris Mehmood1-1/+9
2017-09-08add UNLEAK annotation for reducing leak false positivesLibravatar Jeff King1-0/+4
2017-09-06config: plug user_config leakLibravatar Jeff King1-2/+5
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-4/+2
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-11/+16
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't implicitly use gitdir or commondirLibravatar Brandon Williams1-11/+15
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-15config: complain about --local outside of a git repoLibravatar Jeff King1-0/+3
2017-04-26Merge branch 'jk/war-on-git-path'Libravatar Junio C Hamano1-2/+3
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Libravatar Junio C Hamano1-9/+12
2017-04-23Merge branch 'nd/conditional-config-include'Libravatar Junio C Hamano1-1/+1
2017-04-20replace xstrdup(git_path(...)) with git_pathdup(...)Libravatar Jeff King1-2/+3
2017-04-17config: prepare to pass more info in git_config_with_options()Libravatar Nguyễn Thái Ngọc Duy1-9/+12
2017-04-14path.c: and an option to call real_path() in expand_user_path()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-03-21prefix_filename: return newly allocated stringLibravatar Jeff King1-2/+1
2017-03-21prefix_filename: drop length parameterLibravatar Jeff King1-1/+0