Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 23:17:14 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:32 +0300
commitb388633c5c47bf4fc12560d8b237ec0bd319ba4a (patch)
treeccf7045234b992580b37160f62765ca2a8b95c12 /builtin/bundle.c
parent9b5041f647fa5d9921b9b4f8be6b36cb39591166 (diff)
pkt-line.h: move declarations for pkt-line.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/bundle.c')
-rw-r--r--builtin/bundle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/bundle.c b/builtin/bundle.c
index e68fc83d94..584d905d96 100644
--- a/builtin/bundle.c
+++ b/builtin/bundle.c
@@ -4,6 +4,7 @@
#include "setup.h"
#include "strvec.h"
#include "parse-options.h"
+#include "pkt-line.h"
#include "cache.h"
#include "bundle.h"