Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ls/config-origin' | Junio C Hamano | 2016-02-26 | 1 | -5/+11 |
|\ | |||||
| * | config: add '--show-origin' option to print the origin of a config value | Lars Schneider | 2016-02-22 | 1 | -5/+11 |
* | | Merge branch 'jk/config-include' | Junio C Hamano | 2016-02-22 | 1 | -1/+3 |
|\ \ | |/ |/| | |||||
| * | git-config: better document default behavior for `--include` | Jeff King | 2016-02-13 | 1 | -1/+3 |
* | | config: add '--name-only' option to list only variable names | SZEDER Gábor | 2015-08-10 | 1 | -3/+7 |
* | | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 2015-03-14 | 1 | -1/+1 |
* | | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 2014-05-21 | 1 | -1/+1 |
* | | Merge branch 'jc/url-match' | Junio C Hamano | 2013-09-09 | 1 | -0/+29 |
|\ \ | |||||
| * | | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 2013-08-06 | 1 | -0/+29 |
* | | | Merge branch 'rr/maint-tilde-markup-in-doc' | Junio C Hamano | 2013-07-31 | 1 | -12/+14 |
|\ \ \ | |||||
| * | | | config doc: quote paths, fixing tilde-interpretation | Ramkumar Ramachandra | 2013-07-26 | 1 | -12/+14 |
| * | | | Merge branch 'nk/config-local-doc' into maint | Junio C Hamano | 2013-07-22 | 1 | -0/+9 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'hv/config-from-blob' | Junio C Hamano | 2013-07-22 | 1 | -0/+7 |
|\ \ \ \ \ | |||||
| * | | | | | teach config --blob option to parse config from database | Heiko Voigt | 2013-07-12 | 1 | -0/+7 |
* | | | | | | Merge branch 'jk/maint-config-multi-order' | Junio C Hamano | 2013-07-12 | 1 | -8/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-config(1): clarify precedence of multiple values | John Keeping | 2013-07-07 | 1 | -8/+12 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2013-07-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge branch 'maint-1.8.2' into maint | Junio C Hamano | 2013-07-04 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | git-config: update doc for --get with multiple values | John Keeping | 2013-07-03 | 1 | -1/+1 |
* | | | | | | Merge branch 'nk/config-local-doc' | Junio C Hamano | 2013-06-24 | 1 | -0/+9 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | config: Add description of --local option | Namhyung Kim | 2013-06-17 | 1 | -0/+9 |
| |/ / / | |||||
| * | | | Merge branch 'jn/warn-on-inaccessible-loosen' into maint | Junio C Hamano | 2013-01-12 | 1 | -0/+4 |
| |\ \ \ | |||||
* | | | | | documentation: trivial style cleanups | Felipe Contreras | 2013-05-17 | 1 | -2/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 2013-01-07 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | doc: advertise GIT_CONFIG_NOSYSTEM | Jonathan Nieder | 2012-10-14 | 1 | -0/+4 |
* | | | Merge branch 'jc/maint-config-exit-status' | Junio C Hamano | 2012-09-04 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | config: "git config baa" should exit with status 1 | Junio C Hamano | 2012-07-30 | 1 | -4/+4 |
* | | | | Merge branch 'mh/maint-config-doc-proxy-command' | Junio C Hamano | 2012-08-29 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | git-config doc: unconfuse an example | Junio C Hamano | 2012-08-19 | 1 | -1/+1 |
| * | | | git-config.txt: fix example | Michael Haggerty | 2012-08-18 | 1 | -1/+1 |
* | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -1/+2 |
* | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -3/+11 |
| |/ / |/| | | |||||
* | | | config doc: remove confusion about relative GIT_DIR from FILES section | Jonathan Nieder | 2012-05-25 | 1 | -3/+1 |
* | | | Merge branch 'fa/maint-config-doc' into maint | Junio C Hamano | 2012-05-11 | 1 | -5/+9 |
|\ \ \ | |||||
| * | | | Documentation/git-config: describe and clarify "--local <file>" option | Florian Achleitner | 2012-05-08 | 1 | -5/+9 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2012-03-01 | 1 | -2/+5 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | Documentation fixes in git-config | Libor Pechacek | 2012-03-01 | 1 | -2/+5 |
| |/ | |||||
* / | config: add include directive | Jeff King | 2012-02-17 | 1 | -0/+5 |
|/ | |||||
* | config: define and document exit codes | Michael J Gruber | 2011-05-18 | 1 | -10/+12 |
* | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 | 1 | -9/+0 |
* | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 2010-01-21 | 1 | -7/+7 |
|\ | |||||
| * | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -7/+7 |
* | | builtin-config: add --path option doing ~ and ~user expansion. | Matthieu Moy | 2009-12-31 | 1 | -3/+11 |
|/ | |||||
* | git config: clarify --add and --get-color | Felipe Contreras | 2009-05-09 | 1 | -2/+3 |
* | Merge branch 'fc/parseopt-config' | Junio C Hamano | 2009-03-20 | 1 | -1/+1 |
|\ | |||||
| * | config: test for --replace-all with one argument and fix documentation. | Carlos Rica | 2009-03-17 | 1 | -1/+1 |
* | | Merge branch 'maint' | Junio C Hamano | 2009-03-08 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | document config --bool-or-int | Jeff King | 2009-03-07 | 1 | -0/+4 |
* | | config: Add new option to open an editor. | Felipe Contreras | 2009-02-08 | 1 | -0/+6 |
|/ | |||||
* | git-config.txt: fix a typo | Jim Meyering | 2008-12-13 | 1 | -1/+1 |