aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/repack.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:11 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:31 -0700
commit623b80bef2431f2f0dc550dda9da5cb633c606fd (patch)
tree73f90e2bc174dc2e181cee306cf8d3c56e4455a1 /builtin/repack.c
parentpackfile.h: move pack_window and pack_entry from cache.h (diff)
downloadgit-623b80bef2431f2f0dc550dda9da5cb633c606fd.tar.gz
git-623b80bef2431f2f0dc550dda9da5cb633c606fd.zip
server-info.h: move declarations for server-info.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/repack.c')
-rw-r--r--builtin/repack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/repack.c b/builtin/repack.c
index df4d8e0f0b..bed2c2aaaf 100644
--- a/builtin/repack.c
+++ b/builtin/repack.c
@@ -7,6 +7,7 @@
#include "hex.h"
#include "parse-options.h"
#include "run-command.h"
+#include "server-info.h"
#include "sigchain.h"
#include "strbuf.h"
#include "string-list.h"