Message ID | 204ceee5-9a79-150c-df62-e2f522cf15e0@ramsayjones.plus.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | promisor-remote.h: fix an 'hdr-check' warning | expand |
Hi Ramsay, On Thu, Jun 27, 2019 at 12:14 AM Ramsay Jones <ramsay@ramsayjones.plus.com> wrote: > > If you need to re-roll your 'cc/multi-promisor' branch, could you please > squash this into the relevant patch (commit 9e27beaa23, "promisor-remote: > implement promisor_remote_get_direct()", 2019-06-25). Sure, I have integrated it into my current development branch. > [No, this is not the same as the April patch! :-D ] Glad to hear that :-D Thanks, Christian.
diff --git a/promisor-remote.h b/promisor-remote.h index 8200dfc940..a9a9c77b7c 100644 --- a/promisor-remote.h +++ b/promisor-remote.h @@ -2,6 +2,7 @@ #define PROMISOR_REMOTE_H struct object_id; +struct repository; /* * Promisor remote linked list
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> --- Hi Christian, If you need to re-roll your 'cc/multi-promisor' branch, could you please squash this into the relevant patch (commit 9e27beaa23, "promisor-remote: implement promisor_remote_get_direct()", 2019-06-25). [No, this is not the same as the April patch! :-D ] Thanks! ATB, Ramsay Jones promisor-remote.h | 1 + 1 file changed, 1 insertion(+)