summaryrefslogtreecommitdiff
path: root/builtin/config.c
Commit message (Expand)AuthorAgeFilesLines
* config: use xstrfmt in normalize_valueJeff King2015-09-251-21/+13
* get_urlmatch: avoid useless strbuf writesg/config-name-onlyJeff 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, ...)jn/clean-use-error-not-fprintf-on-stderrJonathan Nieder2015-05-041-2/+2
* | | Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano2015-05-051-2/+2
|\ \ \ | |/ / |/| |
| * | config: fix settings in default_user_config templateoh/fix-config-default-user-name-sectionOssi 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()mh/config-copy-string-from-git-pathMichael 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 messagejn/parse-config-slotJeff King2014-10-141-3/+6
| |/ /
| * | Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-291-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^"ta/config-add-to-empty-or-true-fixJeff King2014-09-111-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_tolowerjk/daemon-tolowerJeff King2014-05-231-14/+1
* | config: teach "git config --file -" to read from the standard inputks/config-file-stdinKirill A. Shutemov2014-02-181-0/+11
* | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-181-40/+35
* | builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov2014-02-181-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-051-0/+98
| * | builtin/config: refactor collect_config()Junio C Hamano2013-08-051-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-201-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
| |/
* | config: allow inaccessible configuration under $HOMEJonathan Nieder2013-04-151-2/+2
|/
* Merge branch 'jk/config-ignore-duplicates'Junio C Hamano2012-11-211-65/+43
|\
| * builtin/config.c: Fix a sparse warningRamsay Jones2012-10-291-1/+1
| * git-config: use git_config_with_optionsJeff King2012-10-241-42/+2
| * git-config: do not complain about duplicate entriesJeff King2012-10-241-18/+9
| * git-config: collect values instead of immediately printingJeff King2012-10-241-15/+35
| * git-config: fix regexp memory leaks on error conditionsJeff King2012-10-241-10/+13