diff options
| author | Elijah Newren <newren@gmail.com> | 2023-04-11 00:41:59 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 08:52:10 -0700 |
| commit | ca4eed708d8cb5c7b585578d3b4170e8adaa920f (patch) | |
| tree | 24fac43fb586fe4d78947662cc834aa578e171ae /builtin/fetch.c | |
| parent | treewide: remove cache.h inclusion due to editor.h changes (diff) | |
| download | git-ca4eed708d8cb5c7b585578d3b4170e8adaa920f.tar.gz git-ca4eed708d8cb5c7b585578d3b4170e8adaa920f.zip | |
pager.h: move declarations for pager.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/fetch.c')
| -rw-r--r-- | builtin/fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c index 8a8ab6799e..61e8ac113b 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -28,6 +28,7 @@ #include "strvec.h" #include "utf8.h" #include "packfile.h" +#include "pager.h" #include "list-objects-filter-options.h" #include "commit-reach.h" #include "branch.h" |
