summaryrefslogtreecommitdiffstats
path: root/builtin/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-25/+47
|\ \ | |/ |/|
| * config: pass kvi to die_bad_number()Glen Choo2023-06-281-9/+12
| * config.c: pass ctx with CLI configGlen Choo2023-06-281-17/+30
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+8
* | builtin.h: remove unneccessary includesElijah Newren2023-06-211-0/+1
|/
* repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye2023-05-261-1/+2
* config: pass 'repo' directly to 'config_with_options()'Victoria Dye2023-05-261-5/+9
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-241-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+1
* built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason2022-11-211-22/+20
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-3/+3
* config: mark unused callback parametersJeff King2022-08-191-3/+5
* Merge branch 'mf/fix-type-in-config-h'Junio C Hamano2022-03-171-1/+1
|\
| * config: correct "--type" option in "git config -h" outputMatheus Felipe2022-03-041-1/+1
* | urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason2022-03-041-1/+1
|/
* urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason2021-10-011-1/+1
* config: unify code paths to get global config pathsPatrick Steinhardt2021-04-191-2/+2
* config: rename `git_etc_config()`Patrick Steinhardt2021-04-191-1/+1
* config: implement --fixed-value with --get*Derrick Stolee2020-11-251-5/+10
* config: plumb --fixed-value into config APIDerrick Stolee2020-11-251-5/+11
* config: add --fixed-value option, un-implementedDerrick Stolee2020-11-251-0/+36
* config: replace 'value_regex' with 'value_pattern'Derrick Stolee2020-11-251-6/+6
* config: convert multi_replace to flagsDerrick Stolee2020-11-251-2/+4
* Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano2020-09-221-0/+17
|\
| * mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun2020-09-171-0/+17
* | config: complain about --worktree outside of a git repoMatheus Tavares2020-09-091-4/+8
* | worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine2020-06-221-1/+1
|/
* config: add '--show-scope' to print the scope of a config valueMatthew Rogers2020-02-101-2/+18
* config: teach git_config_source to remember its scopeMatthew Rogers2020-02-101-3/+13
* config: fix typo in variable nameMatthew Rogers2020-01-241-5/+5
* Merge branch 'jk/save-getenv-result'Junio C Hamano2019-01-291-1/+1
|\
| * config: make a copy of $GIT_CONFIG stringJeff King2019-01-121-1/+1
* | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
* | worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-1/+18
|/
* Merge branch 'nd/i18n'Junio C Hamano2018-08-161-23/+27
|\
| * builtin/config.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-24/+24
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-7/+11
* | Merge branch 'tb/config-default'Junio C Hamano2018-07-241-12/+15
|\ \ | |/ |/|
| * builtin/config: work around an unsized array forward declarationBeat Bolli2018-07-061-12/+15
* | Merge branch 'jk/config-blob-sans-repo'Junio C Hamano2018-05-301-0/+3
|\ \