aboutsummaryrefslogtreecommitdiff
path: root/builtin/config.c
Commit message (Expand)AuthorAge
* i18n: config: mark error message for translationVasco Almeida2016-09-15
* Merge branch 'js/commit-slab-decl-fix'Junio C Hamano2016-08-10
|\
| * config.c: avoid duplicated global static variablesJohannes Sixt2016-08-09
| * Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-05
| |\
| * \ Sync with 2.3.8Junio C Hamano2015-05-11
| |\ \
| | * \ Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano2015-05-11
| | |\ \
* | | | | config: fix bogus fd check when setting up default configJeff King2016-07-08
* | | | | Merge branch 'jk/config-get-urlmatch'Junio C Hamano2016-04-03
|\ \ \ \ \
| * | | | | config: fail if --get-urlmatch finds no valueJohn Keeping2016-02-28
* | | | | | Merge branch 'js/config-set-in-non-repository'Junio C Hamano2016-02-26
|\ \ \ \ \ \
| * | | | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-25
| |/ / / / /
* | | | | | Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\ \ \ \ \ \
| * | | | | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22
| |/ / / / /
* | | | | | config: add '--show-origin' option to print the origin of a config valueLars Schneider2016-02-22
|/ / / / /
* | | | | config: use xstrfmt in normalize_valueJeff King2015-09-25
* | | | | get_urlmatch: avoid useless strbuf writeJeff King2015-08-20
* | | | | format_config: simplify buffer handlingJeff King2015-08-20
* | | | | format_config: don't init strbufJeff King2015-08-20
* | | | | config: restructure format_config() for better control flowSZEDER Gábor2015-08-20
* | | | | config: add '--name-only' option to list only variable namesSZEDER Gábor2015-08-10
* | | | | Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | git-config: replace use of home_config_paths()Paul Tan2015-05-06
| | |/ / | |/| |
* | | | Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'Junio C Hamano2015-05-11
|\ \ \ \
| * | | | config: use error() instead of fprintf(stderr, ...)Jonathan Nieder2015-05-04
| | |/ / | |/| |
* | | | Merge branch 'oh/fix-config-default-user-name-section'Junio C Hamano2015-05-05
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | config: fix settings in default_user_config templateOssi Herrala2015-04-17
* | | standardize usage info string formatAlex Henrie2015-01-14
| |/ |/|
* | Merge branch 'jk/colors-fix'Junio C Hamano2014-12-12
|\ \
| * | config: fix parsing of "git config --get-color some.key -1"Jeff King2014-11-20
* | | cmd_config(): make a copy of path obtained from git_path()Michael Haggerty2014-11-17
* | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-20
|\ \ \
| * | | color_parse: do not mention variable name in error messageJeff King2014-10-14
| |/ /
| * | Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano2014-09-29
| |\ \
* | \ \ Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano2014-09-19
|\ \ \ \ | | |/ / | |/| |
| * | | config: avoid a funny sentinel value "a^"Jeff King2014-09-11
| * | | make config --add behave correctly for empty and NULL valuesTanay Abhra2014-08-18
* | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-02
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | config --global --edit: create a template file if neededMatthieu Moy2014-07-25
| |/
* | Merge branch 'jk/daemon-tolower'Junio C Hamano2014-06-16
|\ \ | |/ |/|
| * daemon/config: factor out duplicate xstrdup_tolowerJeff King2014-05-23
* | config: teach "git config --file -" to read from the standard inputKirill A. Shutemov2014-02-18
* | config: change git_config_with_options() interfaceKirill A. Shutemov2014-02-18
* | builtin/config.c: rename check_blob_write() -> check_write()Kirill A. Shutemov2014-02-18
* | repo-config: remove deprecated alias for "git config"John Keeping2013-11-12
|/
* Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-12
|\
| * git-config: always treat --int as 64-bit internallyJeff King2013-09-09
* | Merge branch 'jc/url-match'Junio C Hamano2013-09-09
|\ \
| * | builtin/config.c: compilation fixJunio C Hamano2013-08-09
| * | config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano2013-08-05
| * | builtin/config: refactor collect_config()Junio C Hamano2013-08-05