mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-02 08:03:45 -05:00
fixup! gc/repack: release packs when needed
The declaration moved to packfile.h in `pu`, so we have to #include that file now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "strbuf.h"
|
||||
#include "string-list.h"
|
||||
#include "argv-array.h"
|
||||
#include "packfile.h"
|
||||
|
||||
static int delta_base_offset = 1;
|
||||
static int pack_kept_objects = -1;
|
||||
|
||||
Reference in New Issue
Block a user