treewide: replace cache.h with more direct headers, where possible
Elijah Newren committed over 3 years ago
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren committed over 3 years ago
object-store.h: move struct object_info from cache.h
Elijah Newren committed over 3 years ago
dir.h: refactor to no longer need to include cache.h
Elijah Newren committed over 3 years ago
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren committed over 3 years ago
ident.h: move ident-related declarations out of cache.h
Elijah Newren committed over 3 years ago
pretty.h: move has_non_ascii() declaration from commit.h
Elijah Newren committed over 3 years ago
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren committed over 3 years ago
hex.h: move some hex-related declarations from cache.h
Elijah Newren committed over 3 years ago
hash.h: move some oid-related declarations from cache.h
Elijah Newren committed over 3 years ago
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren committed over 3 years ago
treewide: remove unnecessary cache.h includes in source files
Elijah Newren committed over 3 years ago
treewide: remove unnecessary cache.h includes
Elijah Newren committed over 3 years ago
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren committed over 3 years ago
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren committed over 3 years ago
rebase -i: fix parsing of "fixup -C<commit>"
Phillip Wood committed over 3 years ago
rebase -i: match whole word in is_command()
Phillip Wood committed over 3 years ago
t5559: make SSL/TLS the default
Jeff King committed over 3 years ago
t5559: fix test failures with LIB_HTTPD_SSL
Jeff King committed over 3 years ago
t/lib-httpd: enable HTTP/2 "h2" protocol, not just h2c
Jeff King committed over 3 years ago