summaryrefslogtreecommitdiff
path: root/builtin/config.c
AgeCommit message (Expand)Author
2024-03-15config: allow tweaking whitespace between value and commentJunio C Hamano
2024-03-15config: fix --comment formattingJunio C Hamano
2024-03-15config: add --comment option to add a commentRalph Seichter
2024-01-29config: add back code commentKristoffer Haugsbakk
2024-01-18config: factor out global config file retrievalKristoffer Haugsbakk
2024-01-18config: rename global config functionKristoffer Haugsbakk
2024-01-18config: format newlinesKristoffer Haugsbakk
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config.c: pass ctx with CLI configGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21builtin.h: remove unneccessary includesElijah Newren
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24ident.h: move ident-related declarations out of cache.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19config: mark unused callback parametersJeff King
2022-03-17Merge branch 'mf/fix-type-in-config-h'Junio C Hamano
2022-03-04urlmatch.c: add and use a *_release() functionÆvar Arnfjörð Bjarmason
2022-03-04config: correct "--type" option in "git config -h" outputMatheus Felipe
2021-10-01urlmatch.[ch]: add and use URLMATCH_CONFIG_INITÆvar Arnfjörð Bjarmason
2021-04-19config: unify code paths to get global config pathsPatrick Steinhardt
2021-04-19config: rename `git_etc_config()`Patrick Steinhardt
2020-11-25config: implement --fixed-value with --get*Derrick Stolee
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee
2020-11-25config: convert multi_replace to flagsDerrick Stolee
2020-09-22Merge branch 'ls/mergetool-meld-auto-merge'Junio C Hamano
2020-09-17mergetool: allow auto-merge for meld to follow the vim-diff behaviorLin Sun
2020-09-09config: complain about --worktree outside of a git repoMatheus Tavares
2020-06-22worktree: drop get_worktrees() unused 'flags' argumentEric Sunshine
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