summaryrefslogtreecommitdiff
path: root/builtin/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* add UNLEAK annotation for reducing leak false positivesJeff King2017-09-081-0/+4
* config: plug user_config leakJeff King2017-09-061-2/+5
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-11/+16
|\ \ | |/ |/|
| * config: don't implicitly use gitdir or commondirbw/config-hBrandon Williams2017-06-151-11/+15
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | config: complain about --local outside of a git repoJeff King2017-05-151-0/+3
|/
* Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-2/+3
|\
| * replace xstrdup(git_path(...)) with git_pathdup(...)Jeff King2017-04-201-2/+3
* | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-261-9/+12
|\ \
| * | config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy2017-04-171-9/+12
* | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-231-1/+1
|\ \ \ | |/ / |/| |
| * | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-141-1/+1
| |/
* | prefix_filename: return newly allocated stringJeff King2017-03-211-2/+1
* | prefix_filename: drop length parameterJeff King2017-03-211-1/+0
|/
* i18n: config: mark error message for translationVasco Almeida2016-09-151-2/+2
* Merge branch 'js/commit-slab-decl-fix'Junio C Hamano2016-08-101-1/+0
|\
| * config.c: avoid duplicated global static variablesJohannes Sixt2016-08-091-1/+0
| * Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-4/+2
| |\
| * \ Sync with 2.3.8Junio C Hamano2015-05-111-2/+2
| |\ \
| | * \ Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano2015-05-111-2/+2
| | |\ \
* | | | | config: fix bogus fd check when setting up default configJeff King2016-07-081-1/+1
* | | | | 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 configjs/config-set-in-non-repositoryJohannes 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 valuels/config-originLars Schneider2016-02-221-0/+33
|/ / / / /
* | | | | 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
|\ \ \ \ | | |/ / | |/| |