80 Commits (a745a58adeb57107ed884bcc07c915409b9877cb)

Author SHA1 Message Date
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 10 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 12 years ago
Jeff King 00b347d3aa git-config: do not complain about duplicate entries 12 years ago
Jeff King 7acdd6f0bc git-config: collect values instead of immediately printing 12 years ago
Jeff King 97ed50f93b git-config: fix regexp memory leaks on error conditions 12 years ago
Jeff King 35998c8938 git-config: remove memory leak of key regexp 12 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
Huynh Khoi Nguyen Nguyen 21cf322791 config: read (but not write) from $XDG_CONFIG_HOME/git/config file 13 years ago
René Scharfe b3065bdc03 config: remove useless assignment 13 years ago
Jeff King 9b25a0b52e config: add include directive 13 years ago
Jeff King 270a34438b config: stop using config_exclusive_filename 13 years ago
Jeff King 839de25272 config: copy the return value of prefix_filename 13 years ago
Jelmer Vernooij 67e223edc4 Fix an incorrect reference to --set-all. 13 years ago
Matthieu Moy 008e3cc5d7 config: display key_delim for config --bool --get-regexp 14 years ago
Jeff King c659f55b31 config: refactor get_colorbool function 14 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King e269eb7946 git_config_colorbool: refactor stdout_is_tty handling 14 years ago
Michael J Gruber 5a2df368c2 config: Give error message when not changing a multivar 14 years ago
Jonathan Nieder 8f323c00dd config: drop support for GIT_CONFIG_NOGLOBAL 14 years ago