aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-config.txt
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano1-3/+15
2024-03-16docs: fix typo in git-config `--default`Brian Lyles1-1/+1
2024-03-16docs: clarify file options in git-config `--edit`Brian Lyles1-1/+2
2024-03-15config: allow tweaking whitespace between value and commentJunio C Hamano1-3/+9
2024-03-15config: fix --comment formattingJunio C Hamano1-7/+8
2024-03-15config: add --comment option to add a commentRalph Seichter1-3/+8
2023-12-26doc: enforce placeholders in documentationJean-Noël Avila1-4/+4
2023-09-15git-config: fix misworded --type=path explanationEvan Gates1-1/+1
2022-07-14Documentation: define protected configurationGlen Choo1-0/+13
2022-07-14Documentation/git-config.txt: add SCOPES sectionGlen Choo1-23/+59
2022-06-07config: document and test the 'worktree' scopeGlen Choo1-1/+1
2022-02-08Documentation: add extensions.worktreeConfig detailsDerrick Stolee1-2/+6
2021-11-09doc: express grammar placeholders between angle bracketsJean-Noël Avila1-23/+23
2021-09-13doc: config, tell readers of `git help --config`Philip Oakley1-0/+3
2021-07-20doc/git-config: simplify "override" advice for FILES sectionJeff King1-5/+4
2021-07-20doc/git-config: clarify GIT_CONFIG environment variableJeff King1-5/+6
2021-07-20doc/git-config: explain --file instead of referring to GIT_CONFIGJeff King1-1/+7
2021-04-19config: allow overriding of global and system configurationPatrick Steinhardt1-0/+5
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano1-0/+16
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt1-0/+16
2020-11-25config doc: value-pattern is not necessarily a regexpJunio C Hamano1-4/+7
2020-11-25config: add --fixed-value option, un-implementedDerrick Stolee1-7/+13
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee1-10/+10
2020-02-10config: add '--show-scope' to print the scope of a config valueMatthew Rogers1-5/+10
2019-09-09Documentation: wrap config listings in "----"Martin Ågren1-27/+29
2019-04-16Merge branch 'ma/asciidoctor-fixes-more'Junio C Hamano1-1/+1
2019-03-07config: document --type=color output is a complete lineJeff King1-1/+3
2019-03-07Documentation: turn middle-of-line tabs into spacesMartin Ågren1-1/+1
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-7/+19
2018-09-20git-config.txt: fix 'see: above' noteMartin Ågren1-2/+2
2018-09-20Doc: use `--type=bool` instead of `--bool`Martin Ågren1-2/+2
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano1-0/+21
2018-08-08git-config: document accidental multi-line setting in deprecated syntaxStefan Beller1-0/+21
2018-04-23builtin/config: introduce `color` type specifierTaylor Blau1-0/+6
2018-04-23builtin/config: introduce `--default`Taylor Blau1-0/+4
2018-04-19builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau1-32/+39
2018-02-21config: change default of `pager.config` to "on"Martin Ågren1-0/+1
2018-02-21config: respect `pager.config` in list/get-mode onlyMartin Ågren1-0/+5
2017-11-18config: add --expiry-dateHaaris Mehmood1-0/+5
2017-10-19config doc: clarify "git config --path" exampleNathan Payre1-4/+4
2016-08-25Merge branch 'dg/document-git-c-in-git-config-doc'Junio C Hamano1-0/+3
2016-08-23doc: mention `git -c` in git-config(1)David Glasser1-0/+3
2016-06-28doc: typeset long options with argument as literalMatthieu Moy1-2/+2
2016-06-28doc: typeset long command-line options as literalMatthieu Moy1-13/+13
2016-06-08doc: more consistency in environment variables formatTom Russello1-1/+1
2016-04-26config doc: improve exit code listingStefan Beller1-3/+3
2016-04-14Merge branch 'jk/config-get-urlmatch' into maintJunio C Hamano1-10/+9
2016-02-28Documentation/git-config: fix --get-all descriptionJohn Keeping1-2/+1
2016-02-28Documentation/git-config: use bulleted list for exit codesJohn Keeping1-7/+7
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping1-1/+1
2016-02-26Merge branch 'ls/config-origin'Junio C Hamano1-5/+11
2016-02-22Merge branch 'jk/config-include'Junio C Hamano1-1/+3
2016-02-22config: add '--show-origin' option to print the origin of a config valueLars Schneider1-5/+11
2016-02-13git-config: better document default behavior for `--include`Jeff King1-1/+3
2015-08-10config: add '--name-only' option to list only variable namesSZEDER Gábor1-3/+7
2015-03-13*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy1-1/+1
2014-05-21Documentation: use "command-line" when used as a compound adjective, and fix ...Jason St. John1-1/+1
2013-09-09Merge branch 'jc/url-match'Junio C Hamano1-0/+29
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano1-0/+29
2013-07-31Merge branch 'rr/maint-tilde-markup-in-doc'Junio C Hamano1-12/+14
2013-07-26config doc: quote paths, fixing tilde-interpretationRamkumar Ramachandra1-12/+14
2013-07-22Merge branch 'hv/config-from-blob'Junio C Hamano1-0/+7
2013-07-21Merge branch 'nk/config-local-doc' into maintJunio C Hamano1-0/+9
2013-07-12Merge branch 'jk/maint-config-multi-order'Junio C Hamano1-8/+12
2013-07-12teach config --blob option to parse config from databaseHeiko Voigt1-0/+7
2013-07-07git-config(1): clarify precedence of multiple valuesJohn Keeping1-8/+12
2013-07-03Merge branch 'maint'Junio C Hamano1-1/+1
2013-07-03Merge branch 'maint-1.8.2' into maintJunio C Hamano1-1/+1
2013-07-03git-config: update doc for --get with multiple valuesJohn Keeping1-1/+1
2013-06-24Merge branch 'nk/config-local-doc'Junio C Hamano1-0/+9
2013-06-17config: Add description of --local optionNamhyung Kim1-0/+9
2013-05-17documentation: trivial style cleanupsFelipe Contreras1-2/+1
2013-01-11Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano1-0/+4
2013-01-06Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano1-0/+4
2012-10-14doc: advertise GIT_CONFIG_NOSYSTEMJonathan Nieder1-0/+4
2012-09-03Merge branch 'jc/maint-config-exit-status'Junio C Hamano1-4/+4
2012-08-29Merge branch 'mh/maint-config-doc-proxy-command'Junio C Hamano1-2/+2
2012-08-18git-config doc: unconfuse an exampleJunio C Hamano1-1/+1
2012-08-18git-config.txt: fix exampleMichael Haggerty1-1/+1
2012-07-30config: "git config baa" should exit with status 1Junio C Hamano1-4/+4
2012-06-25config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen1-1/+2
2012-06-25config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen1-3/+11
2012-05-25config doc: remove confusion about relative GIT_DIR from FILES sectionJonathan Nieder1-3/+1
2012-05-11Merge branch 'fa/maint-config-doc' into maintJunio C Hamano1-5/+9
2012-05-07Documentation/git-config: describe and clarify "--local <file>" optionFlorian Achleitner1-5/+9
2012-03-01Merge branch 'maint'Junio C Hamano1-2/+5
2012-03-01Documentation fixes in git-configLibor Pechacek1-2/+5
2012-02-17config: add include directiveJeff King1-0/+5
2011-05-17config: define and document exit codesMichael J Gruber1-10/+12
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-9/+0
2010-01-20Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano1-7/+7
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-7/+7
2009-12-31builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy1-3/+11
2009-05-09git config: clarify --add and --get-colorFelipe Contreras1-2/+3
2009-03-20Merge branch 'fc/parseopt-config'Junio C Hamano1-1/+1
2009-03-17config: test for --replace-all with one argument and fix documentation.Carlos Rica1-1/+1
2009-03-07Merge branch 'maint'Junio C Hamano1-0/+4
2009-03-07document config --bool-or-intJeff King1-0/+4
2009-02-08config: Add new option to open an editor.Felipe Contreras1-0/+6
2008-12-12git-config.txt: fix a typoJim Meyering1-1/+1
2008-07-27Documentation: fix diff.external exampleAnders Melchiorsen1-1/+1
2008-07-07Merge branch 'db/no-git-config'Junio C Hamano1-9/+0
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-6/+6
2008-07-01Documentation formatting and cleanupJonathan Nieder1-6/+6
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-13/+13
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow1-9/+0
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer1-3/+6
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-04-10Use color.ui variable in scripts tooMatthias Kestenholz1-0/+2
2008-01-29fix doc typosJim Meyering1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-1/+1
2007-12-05git config --get-colorboolJunio C Hamano1-0/+10
2007-11-28git-config --get-color: get configured colorJunio C Hamano1-0/+16
2007-09-14Documentation/git-config.txt: AsciiDoc tweak to avoid leading dotJunio C Hamano1-1/+1
2007-08-24Documentation: Correct various misspellings and typos.Brian Hetro1-1/+1
2007-08-02Fix documentation for core.gitproxy to reflect codeDavid Symonds1-3/+1
2007-07-31Make verse of git-config manpage more readableAlex Riesen1-13/+19
2007-07-31Add an option to specify a file to config builtinAlex Riesen1-13/+16
2007-06-26config: add support for --bool and --int while setting valuesFrank Lichtenheld1-5/+4
2007-06-26config: Add --null/-z option for null-delimted outputFrank Lichtenheld1-5/+13
2007-06-26Merge branch 'maint'Junio C Hamano1-0/+2
2007-06-26config: Complete documentation of --get-regexpFrank Lichtenheld1-0/+2
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-30git-config: Improve documentation of git-config file handlingFrank Lichtenheld1-7/+59
2007-05-30git-config: Various small fixes to asciidoc documentationFrank Lichtenheld1-4/+6
2007-05-20git-config: Correct asciidoc documentation for --int/--boolFrank Lichtenheld1-8/+9
2007-04-18Update git-config documentationAndrew Ruder1-10/+14
2007-03-14Merge GIT 1.5.0.4Junio C Hamano1-1/+1
2007-03-14Clarify doc for git-config --unset-all.Yann Dirson1-1/+1
2007-03-03git-config: document --rename-section, provide --remove-sectionPaolo Bonzini1-0/+8
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-0/+227