summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye1-5/+9
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23ident.h: move ident-related declarations out of cache.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason1-22/+20
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-3/+3
2022-08-19config: mark unused callback parametersJeff King1-3/+5
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