148 Commits (71ca53e8125e36efbda17293c50027d31681a41f)

Author SHA1 Message Date
Derrick Stolee 3f1bae1dc3 config: implement --fixed-value with --get* 4 years ago
Derrick Stolee c90702a1f6 config: plumb --fixed-value into config API 4 years ago
Derrick Stolee fda43942d7 config: add --fixed-value option, un-implemented 4 years ago
Derrick Stolee 247e2f822e config: replace 'value_regex' with 'value_pattern' 4 years ago
Derrick Stolee 504ee1290e config: convert multi_replace to flags 4 years ago
Lin Sun dbd8c09bfe mergetool: allow auto-merge for meld to follow the vim-diff behavior 4 years ago
Matheus Tavares 378fe5fc3d config: complain about --worktree outside of a git repo 4 years ago
Eric Sunshine 03f2465bb1 worktree: drop get_worktrees() unused 'flags' argument 4 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 6 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 6 years ago
Beat Bolli 6aaded5509 builtin/config: work around an unsized array forward declaration 6 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 7 years ago
Brandon Williams dc8441fdb4 config: don't implicitly use gitdir or commondir 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 7 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 8 years ago
Jeff King aabbd3f3c9 config: fix bogus fd check when setting up default config 8 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 9 years ago
Jeff King f225987753 format_config: simplify buffer handling 9 years ago
Jeff King 9f1429df17 format_config: don't init strbuf 9 years ago
SZEDER Gábor ebca2d4957 config: restructure format_config() for better control flow 9 years ago
SZEDER Gábor 578625fa91 config: add '--name-only' option to list only variable names 9 years ago