http-backend: mark argc/argv unused
Jeff King committed over 3 years ago
object-name: mark unused parameters in disambiguate callbacks
Jeff King committed over 3 years ago
serve: mark unused parameters in virtual functions
Jeff King committed over 3 years ago
serve: use repository pointer to get config
Jeff King committed over 3 years ago
Jeff King committed over 3 years ago
ref-filter: drop unused atom parameter from get_worktree_path()
Jeff King committed over 3 years ago
diff.h: remove unnecessary include of object.h
Elijah Newren committed over 3 years ago
Remove unnecessary includes of builtin.h
Elijah Newren committed over 3 years ago
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