695 Commits (b778c1eef50e001807aa723bdc9cb2685a59db0f)

Author SHA1 Message Date
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 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Jeff King d9bd4cbb9c config: flip return value of store_write_*() 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Jeff King efacf609c8 config: avoid "write_in_full(fd, buf, len) < len" pattern 7 years ago
Martin Ågren d389028695 config: remove git_config_maybe_bool 7 years ago
Jeff King bfffb48c5d stop leaking lock structs in some simple cases 7 years ago
Jeff King f991761eb8 config: use a static lock_file struct 7 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
Æ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 a577fb5fdc config: respect commondir 8 years ago
Brandon Williams d3fb71b3cb setup: teach discover_git_directory to respect the commondir 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin e2e1425107 config: report correct line number upon error 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Nguyễn Thái Ngọc Duy 11dc1fcb3f wrapper.c: add and use warn_on_fopen_errors() 8 years ago
Ævar Arnfjörð Bjarmason 0624c63ce6 config: match both symlink & realpath versions in IncludeIf.gitdir:* 8 years ago
Johannes Schindelin 4db7dbdb4a git_config_rename_section_in_file(): avoid resource leak 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Nguyễn Thái Ngọc Duy e145a0bc9b config: correct file reading order in read_early_config() 8 years ago
Nguyễn Thái Ngọc Duy 2185fde563 config: handle conditional include when $GIT_DIR is not set up 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 86f9515708 config: resolve symlinks in conditional include's patterns 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
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
Johannes Schindelin 1a27409ae8 read_early_config(): really discover .git/ 8 years ago
Johannes Schindelin 267b4538c0 read_early_config(): avoid .git/config hack when unneeded 8 years ago
Johannes Schindelin 0654aa57f3 setup: make read_early_config() reusable 8 years ago
Nguyễn Thái Ngọc Duy 3efd0bedc6 config: add conditional include 8 years ago
Christian Couder 77d67977ca config: add git_config_get_expiry() from gc.c 8 years ago
Christian Couder 72dcb7b360 config: add git_config_get_max_percent_split_change() 8 years ago
Christian Couder 1f44b09b58 config: add git_config_get_split_index() 8 years ago
Christian Couder f60ef2d65f config: mark an error message up for translation 8 years ago
Jeff King 48f8d9f732 parse_config_key: allow matching single-level config 8 years ago
Jeff King e3394fdce7 parse_config_key: use skip_prefix instead of starts_with 8 years ago