140 Commits (0df670bc0b8b5499859829ba0889ce96a75304a6)

Author SHA1 Message Date
Eric Sunshine 03f2465bb1 worktree: drop get_worktrees() unused 'flags' argument 5 years ago
Matthew Rogers 145d59f482 config: add '--show-scope' to print the scope of a config value 5 years ago
Matthew Rogers e37efa40e1 config: teach git_config_source to remember its scope 5 years ago
Matthew Rogers 329e6ec397 config: fix typo in variable name 5 years ago
Jeff King 423ff9bef0 config: make a copy of $GIT_CONFIG string 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 6 years ago
Nguyễn Thái Ngọc Duy 1d28ff4ce6 builtin/config.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Beat Bolli 6aaded5509 builtin/config: work around an unsized array forward declaration 7 years ago
Jeff King 17b8a2d6cd config: die when --blob is used outside a repository 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Taylor Blau 63e2a0f8e9 builtin/config: introduce `color` type specifier 7 years ago
Taylor Blau eeaa24b990 builtin/config: introduce `--default` 7 years ago
Taylor Blau fb0dc3bac1 builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` 7 years ago
Taylor Blau 0a8950be5d builtin/config.c: treat type specifiers singularly 7 years ago
Martin Ågren c0e9f5be87 config: change default of `pager.config` to "on" 7 years ago
Martin Ågren 32888b8fd5 config: respect `pager.config` in list/get-mode only 7 years ago
Haaris Mehmood 5f9674243d config: add --expiry-date 7 years ago
Jeff King 0e5bba53af add UNLEAK annotation for reducing leak false positives 7 years ago
Jeff King 6c6b08d269 config: plug user_config leak 7 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams dc8441fdb4 config: don't implicitly use gitdir or commondir 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King 25cd291963 config: complain about --local outside of a git repo 8 years ago
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 8 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