diff options
| author | Elijah Newren <newren@gmail.com> | 2023-05-16 06:33:54 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 13:39:53 -0700 |
| commit | 750324ddb876b54f52578df26278bf99c1e51eb9 (patch) | |
| tree | d3d8e94b02b80bedab684d6d9402f42b710fa14f /builtin/pull.c | |
| parent | eaa966db798ca8b0313396f11fe7edfa78c2ddae (diff) | |
| download | git-750324ddb876b54f52578df26278bf99c1e51eb9.tar.gz | |
merge.h: move declarations for merge.c from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/pull.c')
| -rw-r--r-- | builtin/pull.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/pull.c b/builtin/pull.c index 0c7bac97b7..eb60c9d52f 100644 --- a/builtin/pull.c +++ b/builtin/pull.c @@ -12,6 +12,7 @@ #include "builtin.h" #include "gettext.h" #include "hex.h" +#include "merge.h" #include "object-name.h" #include "parse-options.h" #include "exec-cmd.h" |
