summaryrefslogtreecommitdiff
path: root/Documentation/git-config.txt
Commit message (Expand)AuthorAgeFilesLines
* *config.txt: stick to camelCase naming conventionnd/config-doc-camelCaseNguyễn Thái Ngọc Duy2015-03-131-1/+1
* Documentation: use "command-line" when used as a compound adjective, and fix ...jj/command-line-somethingjj/command-line-adjectiveJason St. John2014-05-211-1/+1
* Merge branch 'jc/url-match'Junio C Hamano2013-09-091-0/+29
|\
| * config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-051-0/+29
* | Merge branch 'rr/maint-tilde-markup-in-doc'Junio C Hamano2013-07-311-12/+14
|\ \
| * | config doc: quote paths, fixing tilde-interpretationrr/maint-tilde-markup-in-docRamkumar Ramachandra2013-07-261-12/+14
| * | Merge branch 'nk/config-local-doc' into maintJunio C Hamano2013-07-211-0/+9
| |\ \
* | \ \ Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-221-0/+7
|\ \ \ \
| * | | | teach config --blob option to parse config from databaseHeiko Voigt2013-07-121-0/+7
* | | | | Merge branch 'jk/maint-config-multi-order'Junio C Hamano2013-07-121-8/+12
|\ \ \ \ \
| * | | | | git-config(1): clarify precedence of multiple valuesjk/maint-config-multi-orderJohn Keeping2013-07-071-8/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'maint'Junio C Hamano2013-07-031-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'maint-1.8.2' into maintJunio C Hamano2013-07-031-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | git-config: update doc for --get with multiple valuesmaint-1.8.1John Keeping2013-07-031-1/+1
* | | | | Merge branch 'nk/config-local-doc'Junio C Hamano2013-06-241-0/+9
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | config: Add description of --local optionNamhyung Kim2013-06-171-0/+9
| |/ /
| * | Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano2013-01-111-0/+4
| |\ \
* | | | documentation: trivial style cleanupsFelipe Contreras2013-05-171-2/+1
| |_|/ |/| |
* | | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-061-0/+4
|\ \ \ | |/ / |/| / | |/
| * doc: advertise GIT_CONFIG_NOSYSTEMJonathan Nieder2012-10-141-0/+4
* | Merge branch 'jc/maint-config-exit-status'Junio C Hamano2012-09-031-4/+4
|\ \
| * | config: "git config baa" should exit with status 1Junio C Hamano2012-07-301-4/+4
* | | Merge branch 'mh/maint-config-doc-proxy-command'Junio C Hamano2012-08-291-2/+2
|\ \ \ | |_|/ |/| |
| * | git-config doc: unconfuse an exampleJunio C Hamano2012-08-181-1/+1
| * | git-config.txt: fix exampleMichael Haggerty2012-08-181-1/+1
* | | config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-251-1/+2
* | | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-251-3/+11
| |/ |/|
* | config doc: remove confusion about relative GIT_DIR from FILES sectionJonathan Nieder2012-05-251-3/+1
* | Merge branch 'fa/maint-config-doc' into maintJunio C Hamano2012-05-111-5/+9
|\ \
| * | Documentation/git-config: describe and clarify "--local <file>" optionFlorian Achleitner2012-05-071-5/+9
* | | Merge branch 'maint'Junio C Hamano2012-03-011-2/+5
|\ \ \ | | |/ | |/|
| * | Documentation fixes in git-configLibor Pechacek2012-03-011-2/+5
| |/
* | config: add include directiveJeff King2012-02-171-0/+5
|/
* config: define and document exit codesMichael J Gruber2011-05-171-10/+12
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-9/+0
* Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano2010-01-201-7/+7
|\
| * Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-7/+7
* | builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy2009-12-311-3/+11
|/
* git config: clarify --add and --get-colorFelipe Contreras2009-05-091-2/+3
* Merge branch 'fc/parseopt-config'Junio C Hamano2009-03-201-1/+1
|\
| * config: test for --replace-all with one argument and fix documentation.Carlos Rica2009-03-171-1/+1
* | Merge branch 'maint'Junio C Hamano2009-03-071-0/+4
|\ \ | |/ |/|
| * document config --bool-or-intJeff King2009-03-071-0/+4
* | config: Add new option to open an editor.Felipe Contreras2009-02-081-0/+6
|/
* git-config.txt: fix a typoJim Meyering2008-12-121-1/+1
* Documentation: fix diff.external exampleAnders Melchiorsen2008-07-271-1/+1
* Merge branch 'db/no-git-config'Junio C Hamano2008-07-071-9/+0
|\
| * Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow2008-07-011-9/+0
* | manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-6/+6
* | Documentation formatting and cleanupJonathan Nieder2008-07-011-6/+6