diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-03-30 13:47:11 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-03-30 13:47:11 -0700 |
| commit | dbb4102f7b1fea1f7e55450951d5692a4bc937d3 (patch) | |
| tree | bef77543f8a4d457dca53f79ea8e7b0581b6a1a5 /builtin/send-pack.c | |
| parent | 8d90352acc5c855620042fdcc6092f23a276af6d (diff) | |
| parent | c4d9c79378e9108358c3f20e27bc437754cd805d (diff) | |
| download | git-dbb4102f7b1fea1f7e55450951d5692a4bc937d3.tar.gz | |
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 'builtin/send-pack.c')
| -rw-r--r-- | builtin/send-pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/send-pack.c b/builtin/send-pack.c index 91c03df3f3..640125fe95 100644 --- a/builtin/send-pack.c +++ b/builtin/send-pack.c @@ -16,6 +16,7 @@ #include "gpg-interface.h" #include "gettext.h" #include "protocol.h" +#include "parse-options.h" static const char * const send_pack_usage[] = { N_("git send-pack [--mirror] [--dry-run] [--force]\n" |
