object-file: split out functions relating to object store subsystem
While we have the "object-store.h" header, most of the functionality for object stores is actually hosted in "object-file.c". This makes it hard to find relevant functions and causes us to mix up concerns. Split out functions relating to the object store subsystem into a new "object-store.c" file. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
632b5e3ee2
commit
d9f517d051
@@ -6,7 +6,8 @@
|
||||
#include "strbuf.h"
|
||||
#include "tree.h"
|
||||
#include "tree-walk.h"
|
||||
#include "object-store-ll.h"
|
||||
#include "object-file.h"
|
||||
#include "object-store.h"
|
||||
#include "repository.h"
|
||||
|
||||
static int score_missing(unsigned mode)
|
||||
|
||||
Reference in New Issue
Block a user