99 Commits (660e113ce11840f4bc4028bff89889e6122fe89a)

Author SHA1 Message Date
Johannes Sixt dc29ddebb9 config.c: avoid duplicated global static variables 9 years ago
Jeff King aabbd3f3c9 config: fix bogus fd check when setting up default config 9 years ago
John Keeping 27b30be686 config: fail if --get-urlmatch finds no value 9 years ago
Johannes Schindelin 638fa623d5 git config: report when trying to modify a non-existing repo config 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Lars Schneider 70bd879ab6 config: add '--show-origin' option to print the origin of a config value 9 years ago
Jeff King 3ec832c4b5 config: use xstrfmt in normalize_value 10 years ago
Jeff King a92330d21c get_urlmatch: avoid useless strbuf write 10 years ago
Jeff King f225987753 format_config: simplify buffer handling 10 years ago
Jeff King 9f1429df17 format_config: don't init strbuf 10 years ago
SZEDER Gábor ebca2d4957 config: restructure format_config() for better control flow 10 years ago
SZEDER Gábor 578625fa91 config: add '--name-only' option to list only variable names 10 years ago
Paul Tan 509adc3352 git-config: replace use of home_config_paths() 10 years ago
Jonathan Nieder 95d621217a config: use error() instead of fprintf(stderr, ...) 10 years ago
Ossi Herrala 7e11052442 config: fix settings in default_user_config template 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Jeff King d0e08d6233 config: fix parsing of "git config --get-color some.key -1" 10 years ago
Michael Haggerty 3696a7c2d9 cmd_config(): make a copy of path obtained from git_path() 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 11 years ago
Jeff King c1063be2a3 config: avoid a funny sentinel value "a^" 11 years ago
Tanay Abhra c8466645ed make config --add behave correctly for empty and NULL values 11 years ago
Matthieu Moy 9830534e40 config --global --edit: create a template file if needed 11 years ago
Jeff King 88d5a6f6cd daemon/config: factor out duplicate xstrdup_tolower 11 years ago
Kirill A. Shutemov 3caec73b55 config: teach "git config --file -" to read from the standard input 11 years ago
Kirill A. Shutemov c8985ce053 config: change git_config_with_options() interface 11 years ago
Kirill A. Shutemov 6aea9f0fdd builtin/config.c: rename check_blob_write() -> check_write() 11 years ago
John Keeping eb8e7e1d9a repo-config: remove deprecated alias for "git config" 11 years ago
Jeff King 0016024277 git-config: always treat --int as 64-bit internally 12 years ago
Junio C Hamano 6667a6ac20 builtin/config.c: compilation fix 12 years ago
Stefan Beller 21e047dcad config parsing options: allow one flag multiple times 12 years ago
Junio C Hamano d4770964d5 config: "git config --get-urlmatch" parses section.<url>.key 12 years ago
Junio C Hamano d9b9169b34 builtin/config: refactor collect_config() 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Heiko Voigt 1bc888193e teach config --blob option to parse config from database 12 years ago
Matthieu Moy 4c7f1819b3 make color.ui default to 'auto' 12 years ago
Matthieu Moy b8612b4da4 config: refactor management of color.ui's default value 12 years ago
Jonathan Nieder 4698c8feb1 config: allow inaccessible configuration under $HOME 12 years ago
Carlos Martín Nieto 962c38eedd config: don't segfault when given --path with a missing value 12 years ago
Ramsay Jones 5ba1a8a735 builtin/config.c: Fix a sparse warning 12 years ago
Jeff King e895589883 git-config: use git_config_with_options 13 years ago
Jeff King 00b347d3aa git-config: do not complain about duplicate entries 13 years ago
Jeff King 7acdd6f0bc git-config: collect values instead of immediately printing 13 years ago
Jeff King 97ed50f93b git-config: fix regexp memory leaks on error conditions 13 years ago
Jeff King 35998c8938 git-config: remove memory leak of key regexp 13 years ago
Nguyễn Thái Ngọc Duy f63cf8c9fb Use imperative form in help usage to describe an action 13 years ago
Jeff King ba8bd8300a config: warn on inaccessible files 13 years ago
Nguyễn Thái Ngọc Duy 1bd31ce691 i18n: config: mark parseopt strings for translation 13 years ago
Junio C Hamano 9409c7a5b3 config: "git config baa" should exit with status 1 13 years ago
Matthieu Moy e3ebc35b16 config: fix several access(NULL) calls 13 years ago
Huynh Khoi Nguyen Nguyen 0e8593dc5b config: write to $XDG_CONFIG_HOME/git/config file when appropriate 13 years ago