108 Commits (04aea8d4df199836da3802f08cb5738eae66fa6c)

Author SHA1 Message Date
Jeff King d9c69644b2 replace xstrdup(git_path(...)) with git_pathdup(...) 8 years ago
Nguyễn Thái Ngọc Duy c48f4b379e config: prepare to pass more info in git_config_with_options() 8 years ago
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
Vasco Almeida ccf6380154 i18n: config: mark error message for translation 9 years ago
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 9 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 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