Skip to content

Commit

Permalink
pack revidx
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Mar 16, 2022
1 parent d939756 commit 2989b4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions builtin/index-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "packfile.h"
#include "object-store.h"
#include "promisor-remote.h"
#include "pack-revindex.h"

static const char index_pack_usage[] =
"git index-pack [-v] [-o <index-file>] [--keep | --keep=<msg>] [--[no-]rev-index] [--verify] [--strict] (<pack-file> | --stdin [--fix-thin] [<pack-file>])";
Expand Down
1 change: 0 additions & 1 deletion cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "convert.h"
#include "trace.h"
#include "trace2.h"
#include "pack-revindex.h"
#include "repository.h"

typedef struct git_zstream {
Expand Down
1 change: 1 addition & 0 deletions pack-write.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "pack.h"
#include "csum-file.h"
#include "remote.h"
#include "pack-revindex.h"

void reset_pack_idx_option(struct pack_idx_option *opts)
{
Expand Down
1 change: 1 addition & 0 deletions packfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "midx.h"
#include "commit-graph.h"
#include "promisor-remote.h"
#include "pack-revindex.h"

char *odb_pack_name(struct strbuf *buf,
const unsigned char *hash,
Expand Down

0 comments on commit 2989b4e

Please sign in to comment.