Skip to content

Commit

Permalink
fixup! gc/repack: release packs when needed
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dscho committed Aug 25, 2017
1 parent c06fee2 commit b4219bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/repack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4219bb

Please sign in to comment.