list-objects: mark unused callback parameters
Jeff King committed over 3 years ago
mark unused parameters in signal handlers
Jeff King committed over 3 years ago
run-command: mark error routine parameters as unused
Jeff King committed over 3 years ago
mark "pointless" data pointers in callbacks
Jeff King committed over 3 years ago
ref-filter: mark unused callback parameters
Jeff King committed over 3 years ago
http-backend: mark unused parameters in virtual functions
Jeff King committed over 3 years ago
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