summaryrefslogtreecommitdiffstats
path: root/builtin/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/config-get-urlmatch'Junio C Hamano2016-04-031-1/+4
|\
| * config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-281-1/+4
* | Merge branch 'js/config-set-in-non-repository'Junio C Hamano2016-02-261-0/+3
|\ \
| * | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-251-0/+3
| |/
* | Merge branch 'ps/config-error'Junio C Hamano2016-02-261-14/+14
|\ \
| * | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-221-14/+14
| |/
* / config: add '--show-origin' option to print the origin of a config valueLars Schneider2016-02-221-0/+33
|/
* config: use xstrfmt in normalize_valueJeff King2015-09-251-21/+13
* get_urlmatch: avoid useless strbuf writeJeff King2015-08-201-4/+1
* format_config: simplify buffer handlingJeff King2015-08-201-22/+16
* format_config: don't init strbufJeff King2015-08-201-2/+1
* config: restructure format_config() for better control flowSZEDER Gábor2015-08-201-41/+37
* config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-101-2/+12
* Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-111-4/+2
|\
| * git-config: replace use of home_config_paths()Paul Tan2015-05-061-4/+2
* | Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano2015-05-111-2/+2
|\ \
| * | config: use error() instead of fprintf(stderr, ...)Jonathan Nieder2015-05-041-2/+2
* | | Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano2015-05-061-2/+2
|\ \ \ | |/ / |/| |
| * | config: fix settings in default_user_config templateOssi Herrala2015-04-171-2/+2
* | | standardize usage info string formatAlex Henrie2015-01-141-1/+1
| |/ |/|
* | Merge branch 'jk/colors-fix'Junio C Hamano2014-12-121-14/+13
|\ \
| * | config: fix parsing of "git config --get-color some.key -1"Jeff King2014-11-201-14/+13
* | | cmd_config(): make a copy of path obtained from git_path()Michael Haggerty2014-11-171-2/+5
* | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-3/+6
|\ \ \
| * | | color_parse: do not mention variable name in error messageJeff King2014-10-141-3/+6
| |/ /
| * | Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-301-1/+2
| |\ \
* | \ \ Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano2014-09-191-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | config: avoid a funny sentinel value "a^"Jeff King2014-09-121-1/+2
| * | | make config --add behave correctly for empty and NULL valuesTanay Abhra2014-08-181-1/+1
* | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-021-3/+28
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | config --global --edit: create a template file if neededMatthieu Moy2014-07-251-3/+28
| |/
* | Merge branch 'jk/daemon-tolower'Junio C Hamano2014-06-161-14/+1
|\ \ | |/ |/|
| * daemon/config: factor out duplicate xstrdup_tolowerJeff King2014-05-231-14/+1
* | config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-191-0/+11
* | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-191-40/+35
* | builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov2014-02-191-9/+9
* | repo-config: remove deprecated alias for "git config"John Keeping2013-11-121-6/+0
|/
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-121-3/+4
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-091-3/+4
* | Merge branch 'jc/url-match'Junio C Hamano2013-09-091-21/+119
|\ \
| * | builtin/config.c: compilation fixJunio C Hamano2013-08-091-1/+1
| * | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-061-0/+98
| * | builtin/config: refactor collect_config()Junio C Hamano2013-08-061-21/+21
* | | config parsing options: allow one flag multiple timesStefan Beller2013-08-071-3/+3
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-1/+1
| |/ |/|
* | Merge branch 'hv/config-from-blob'Junio C Hamano2013-07-221-4/+27
|\ \
| * | teach config --blob option to parse config from databaseHeiko Voigt2013-07-121-4/+27
| |/
* | Merge branch 'mm/color-auto-default'Junio C Hamano2013-06-211-0/+5
|\ \
| * | make color.ui default to 'auto'Matthieu Moy2013-06-101-1/+1
| * | config: refactor management of color.ui's default valueMatthieu Moy2013-05-151-0/+5
| |/