summary refs log tree commit diff
path: root/builtin/config.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Merge branch 'mf/fix-type-in-config-h'Junio C Hamano1-1/+1
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason1-1/+1
2022-03-03config: correct "--type" option in "git config -h" outputMatheus Felipe1-1/+1
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason1-1/+1
2021-04-19config: unify code paths to get global config pathsPatrick Steinhardt1-2/+2
2021-04-19config: rename `git_etc_config()`Patrick Steinhardt1-1/+1
2020-11-25config: implement --fixed-value with --get*Derrick Stolee1-5/+10
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee1-5/+11
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee1-0/+36
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee1-6/+6
2020-11-25config: convert multi_replace to flagsDerrick Stolee1-2/+4
2020-09-22Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano1-0/+17
2020-09-16mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun1-0/+17
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares1-4/+8
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine1-1/+1
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers1-2/+18
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers1-3/+13
2020-01-24config: fix typo in variable nameMatthew Rogers1-5/+5
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