summaryrefslogtreecommitdiff
path: root/Documentation/git-config.txt
AgeCommit message (Expand)Author
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano
2024-03-16docs: fix typo in git-config `--default`Brian Lyles
2024-03-16docs: clarify file options in git-config `--edit`Brian Lyles
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
2023-12-26doc: enforce placeholders in documentationJean-Noël Avila
2023-09-15git-config: fix misworded --type=path explanationEvan Gates
2022-07-14Documentation: define protected configurationGlen Choo
2022-07-14Documentation/git-config.txt: add SCOPES sectionGlen Choo
2022-06-08config: document and test the 'worktree' scopeGlen Choo
2022-02-08Documentation: add extensions.worktreeConfig detailsDerrick Stolee
2021-11-09doc: express grammar placeholders between angle bracketsJean-Noël Avila
2021-09-13doc: config, tell readers of `git help --config`Philip Oakley
2021-07-20doc/git-config: simplify "override" advice for FILES sectionJeff King
2021-07-20doc/git-config: clarify GIT_CONFIG environment variableJeff King
2021-07-20doc/git-config: explain --file instead of referring to GIT_CONFIGJeff King
2021-04-19config: allow overriding of global and system configurationPatrick Steinhardt
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt
2020-11-25config doc: value-pattern is not necessarily a regexpJunio C Hamano
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers
2019-09-09Documentation: wrap config listings in "----"Martin Ågren
2019-04-16Merge branch 'ma/asciidoctor-fixes-more'Junio C Hamano
2019-03-07config: document --type=color output is a complete lineJeff King
2019-03-07Documentation: turn middle-of-line tabs into spacesMartin Ågren
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-09-20git-config.txt: fix 'see: above' noteMartin Ågren
2018-09-20Doc: use `--type=bool` instead of `--bool`Martin Ågren
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano
2018-08-08git-config: document accidental multi-line setting in deprecated syntaxStefan Beller
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau
2018-04-23builtin/config: introduce `--default`Taylor Blau
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau
2018-02-21config: change default of `pager.config` to "on"Martin Ågren
2018-02-21config: respect `pager.config` in list/get-mode onlyMartin Ågren
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-10-19config doc: clarify "git config --path" exampleNathan Payre
2016-08-25Merge branch 'dg/document-git-c-in-git-config-doc'Junio C Hamano
2016-08-23doc: mention `git -c` in git-config(1)David Glasser
2016-06-28doc: typeset long options with argument as literalMatthieu Moy
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-06-08doc: more consistency in environment variables formatTom Russello
2016-04-26config doc: improve exit code listingStefan Beller
2016-04-15Merge branch 'jk/config-get-urlmatch' into maintJunio C Hamano
2016-02-28Documentation/git-config: fix --get-all descriptionJohn Keeping
2016-02-28Documentation/git-config: use bulleted list for exit codesJohn Keeping
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping