summaryrefslogtreecommitdiff
path: root/builtin/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-111-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-151-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
|\ \
| * | config: die when --blob is used outside a repositoryJeff King2018-05-211-0/+3
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
| |/
* | builtin/config: introduce `color` type specifierTaylor Blau2018-04-231-0/+22
* | builtin/config: introduce `--default`Taylor Blau2018-04-231-0/+18
* | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau2018-04-191-5/+60
* | builtin/config.c: treat type specifiers singularlyTaylor Blau2018-04-101-27/+22
|/
* config: change default of `pager.config` to "on"ma/config-page-only-in-list-modeMartin Ågren2018-02-211-1/+1
* config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-0/+10
* config: add --expiry-datehm/config-parse-expiry-dateHaaris Mehmood2017-11-181-1/+9
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+4
* config: plug user_config leakJeff King2017-09-061-2/+5
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-11/+16
|\ \ | |/ |/|
| * config: don't implicitly use gitdir or commondirbw/config-hBrandon Williams2017-06-151-11/+15
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | config: complain about --local outside of a git repoJeff King2017-05-151-0/+3
|/
* Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-2/+3
|\
| * replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2017-04-201-2/+3
* | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-261-9/+12
|\ \
| * | config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy2017-04-171-9/+12
* | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-231-1/+1
|\ \ \ | |/ / |/| |
| * | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-141-1/+1
| |/
* | prefix_filename: return newly allocated stringJeff King2017-03-211-2/+1