summaryrefslogtreecommitdiffstats
path: root/Documentation/git-config.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-config.1: remove value from positional args in unset usageJosh Heinrichs2024-10-091-1/+1
* Merge branch 'jc/config-doc-update'Junio C Hamano2024-09-031-2/+2
|\
| * git-config.1: fix description of --regexp in synopsisJunio C Hamano2024-08-261-1/+1
| * git-config.1: --get-all description updateJunio C Hamano2024-08-261-1/+1
* | doc: replace 3 dash with correct 2 dash in git-config(1)Celeste Liu2024-08-231-1/+1
|/
* builtin/config: introduce "edit" subcommandPatrick Steinhardt2024-05-061-7/+10
* builtin/config: introduce "remove-section" subcommandPatrick Steinhardt2024-05-061-4/+7
* builtin/config: introduce "rename-section" subcommandPatrick Steinhardt2024-05-061-4/+7
* builtin/config: introduce "unset" subcommandPatrick Steinhardt2024-05-061-11/+16
* builtin/config: introduce "set" subcommandPatrick Steinhardt2024-05-061-14/+24
* builtin/config: introduce "get" subcommandPatrick Steinhardt2024-05-061-48/+45
* builtin/config: introduce "list" subcommandPatrick Steinhardt2024-05-061-7/+19
* Merge branch 'rs/config-comment'Junio C Hamano2024-04-051-3/+15
|\
| * config: allow tweaking whitespace between value and commentJunio C Hamano2024-03-161-3/+9
| * config: fix --comment formattingJunio C Hamano2024-03-161-7/+8
| * config: add --comment option to add a commentRalph Seichter2024-03-151-3/+8
* | docs: fix typo in git-config `--default`Brian Lyles2024-03-161-1/+1
* | docs: clarify file options in git-config `--edit`Brian Lyles2024-03-161-1/+2
|/
* doc: enforce placeholders in documentationJean-Noël Avila2023-12-261-4/+4
* git-config: fix misworded --type=path explanationEvan Gates2023-09-151-1/+1
* Documentation: define protected configurationGlen Choo2022-07-151-0/+13
* Documentation/git-config.txt: add SCOPES sectionGlen Choo2022-07-151-23/+59
* config: document and test the 'worktree' scopeGlen Choo2022-06-081-1/+1
* Documentation: add extensions.worktreeConfig detailsDerrick Stolee2022-02-081-2/+6
* doc: express grammar placeholders between angle bracketsJean-Noël Avila2021-11-091-23/+23
* doc: config, tell readers of `git help --config`Philip Oakley2021-09-131-0/+3
* doc/git-config: simplify "override" advice for FILES sectionJeff King2021-07-201-5/+4
* doc/git-config: clarify GIT_CONFIG environment variableJeff King2021-07-201-5/+6
* doc/git-config: explain --file instead of referring to GIT_CONFIGJeff King2021-07-201-1/+7
* config: allow overriding of global and system configurationPatrick Steinhardt2021-04-191-0/+5
* Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-251-0/+16
|\
| * config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-151-0/+16
* | config doc: value-pattern is not necessarily a regexpJunio C Hamano2020-11-261-4/+7
* | config: add --fixed-value option, un-implementedDerrick Stolee2020-11-251-7/+13
* | config: replace 'value_regex' with 'value_pattern'Derrick Stolee2020-11-251-10/+10
|/
* config: add '--show-scope' to print the scope of a config valueMatthew Rogers2020-02-101-5/+10
* Documentation: wrap config listings in "----"Martin Ågren2019-09-091-27/+29
* Merge branch 'ma/asciidoctor-fixes-more'Junio C Hamano2019-04-161-1/+1
|\
| * Documentation: turn middle-of-line tabs into spacesMartin Ågren2019-03-071-1/+1
* | config: document --type=color output is a complete lineJeff King2019-03-071-1/+3
|/
* worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-7/+19
* git-config.txt: fix 'see: above' noteMartin Ågren2018-09-201-2/+2
* Doc: use `--type=bool` instead of `--bool`Martin Ågren2018-09-201-2/+2
* Merge branch 'sb/config-write-fix'Junio C Hamano2018-08-201-0/+21
|\
| * git-config: document accidental multi-line setting in deprecated syntaxStefan Beller2018-08-081-0/+21
* | builtin/config: introduce `color` type specifierTaylor Blau2018-04-231-0/+6
* | builtin/config: introduce `--default`Taylor Blau2018-04-231-0/+4
* | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau2018-04-191-32/+39
* | config: change default of `pager.config` to "on"Martin Ågren2018-02-211-0/+1
* | config: respect `pager.config` in list/get-mode onlyMartin Ågren2018-02-211-0/+5
|/