593 Commits (3ae5fa0768f7f9781b40b1d40cb2f9f4c753bad4)

Author SHA1 Message Date
Martin Ågren e7347cb9ba config: let `config_store_data_clear()` handle `key` 7 years ago
Martin Ågren 3b82542dff config: let `config_store_data_clear()` handle `value_regex` 7 years ago
Martin Ågren 2a00e594e5 config: free resources of `struct config_store_data` 7 years ago
Johannes Schindelin 438a87d1e2 config: a user-provided invalid section is not a BUG 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Ryan Dammrose 960786e761 push: colorize errors 7 years ago
Taylor Blau 6d2f9acc0f config.c: introduce 'git_config_color' to parse ANSI colors 7 years ago
Lars Schneider e92d622536 convert: add round trip check based on 'core.checkRoundtripEncoding' 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Derrick Stolee 1b70dfd594 commit-graph: add core.commitGraph setting 7 years ago
Johannes Schindelin c71d8bb38a git_config_set: reuse empty sections 7 years ago
Johannes Schindelin 22aedfccd0 git config --unset: remove empty sections (in the common case) 7 years ago
Johannes Schindelin 6ae996f2ac git_config_set: make use of the config parser's event stream 7 years ago
Johannes Schindelin 5221c3159f git_config_set: do not use a state machine 7 years ago
Johannes Schindelin 668b9ade6b config_set_store: rename some fields for consistency 7 years ago
Johannes Schindelin fee8572c6d config: avoid using the global variable `store` 7 years ago
Johannes Schindelin 8032cc4462 config: introduce an optional event stream while parsing 7 years ago
Johannes Schindelin 46fc89ce74 config --replace-all: avoid extra line breaks 7 years ago
Johannes Schindelin 83b7fd8771 git_config_set: fix off-by-two 7 years ago
Jeff King 05e293c1ac config: move flockfile() closer to unlocked functions 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
Jeff Hostetler 1e1e39b308 partial-clone: define partial clone settings in config 7 years ago
René Scharfe 782c030ea2 config: flip return value of write_section() 7 years ago
Haaris Mehmood 5f9674243d config: add --expiry-date 7 years ago
Phillip Wood c5e3bc6ec4 config: avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Jeff King 33c643bb08 Revert "color: check color.ui in git_default_config()" 7 years ago
Martin Ågren 837e34eba4 treewide: prefer lockfiles on the stack 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Ramsay Jones 071bcaab64 ALLOC_GROW: avoid -Wsign-compare warnings 8 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 8 years ago
Jeff King d9bd4cbb9c config: flip return value of store_write_*() 8 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 8 years ago
Jeff King efacf609c8 config: avoid "write_in_full(fd, buf, len) < len" pattern 8 years ago
Martin Ågren d389028695 config: remove git_config_maybe_bool 8 years ago
Jeff King bfffb48c5d stop leaking lock structs in some simple cases 8 years ago
Jeff King f991761eb8 config: use a static lock_file struct 8 years ago
Junio C Hamano 6e96cb5286 rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved 8 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
Martin Ågren 4666741823 config: make git_{config,parse}_maybe_bool equivalent 8 years ago
Martin Ågren 9be04d64c9 config: introduce git_parse_maybe_bool_text 8 years ago
Brandon Williams b22e51cb26 config: add config_from_gitmodules 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
Jeff King 136c8c8b8f color: check color.ui in git_default_config() 8 years ago
Stefan Beller 77bdc09786 config.c: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Brandon Williams 3b256228a6 config: read config from a repository object 8 years ago
Sahil Dua 52d59cc645 branch: add a --copy (-c) option to go with --move (-m) 8 years ago
Sahil Dua 5463caab15 config: create a function to format section headers 8 years ago