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:
authorJunio C Hamano <gitster@pobox.com>2023-03-30 23:47:11 +0300
committerJunio C Hamano <gitster@pobox.com>2023-03-30 23:47:11 +0300
commitdbb4102f7b1fea1f7e55450951d5692a4bc937d3 (patch)
treebef77543f8a4d457dca53f79ea8e7b0581b6a1a5 /send-pack.c
parent8d90352acc5c855620042fdcc6092f23a276af6d (diff)
parentc4d9c79378e9108358c3f20e27bc437754cd805d (diff)
Merge branch 'sg/parse-options-h-users'
Code clean-up to include and/or uninclude parse-options.h file as needed. * sg/parse-options-h-users: treewide: remove unnecessary inclusions of parse-options.h from headers treewide: include parse-options.h in source files
Diffstat (limited to 'send-pack.c')
-rw-r--r--send-pack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/send-pack.c b/send-pack.c
index 423a5cfe22..0d05191162 100644
--- a/send-pack.c
+++ b/send-pack.c
@@ -17,6 +17,7 @@
#include "gpg-interface.h"
#include "cache.h"
#include "shallow.h"
+#include "parse-options.h"
int option_parse_push_signed(const struct option *opt,
const char *arg, int unset)