diff mbox series

promisor-remote.h: fix an 'hdr-check' warning

Message ID 0830dd3a-551e-8d74-18cf-288ef05ec287@ramsayjones.plus.com (mailing list archive)
State New, archived
Headers show
Series promisor-remote.h: fix an 'hdr-check' warning | expand

Commit Message

Ramsay Jones April 4, 2019, 6:57 p.m. UTC
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 e52d417b57
("promisor-remote: implement promisor_remote_get_direct()", 2019-04-01)).

[I had a deja-vu moment writing this - it seems I sent a very
similar mail about 3 weeks ago. ;-) ]

Thanks!

ATB,
Ramsay Jones

 promisor-remote.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Christian Couder April 4, 2019, 9:55 p.m. UTC | #1
Hi Ramsay,

On Thu, Apr 4, 2019 at 8:59 PM 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 e52d417b57
> ("promisor-remote: implement promisor_remote_get_direct()", 2019-04-01)).
>
> [I had a deja-vu moment writing this - it seems I sent a very
> similar mail about 3 weeks ago. ;-) ]

Yeah, sorry. I don't know why but I failed to notice your previous
email about this.

I have integrated the change you suggest in my patch series so it
should be in the next version.

Thanks again,
Christian.
Junio C Hamano April 5, 2019, 5:44 a.m. UTC | #2
Christian Couder <christian.couder@gmail.com> writes:

> Hi Ramsay,
>
> On Thu, Apr 4, 2019 at 8:59 PM 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 e52d417b57
>> ("promisor-remote: implement promisor_remote_get_direct()", 2019-04-01)).
>>
>> [I had a deja-vu moment writing this - it seems I sent a very
>> similar mail about 3 weeks ago. ;-) ]
>
> Yeah, sorry. I don't know why but I failed to notice your previous
> email about this.
>
> I have integrated the change you suggest in my patch series so it
> should be in the next version.
>
> Thanks again,
> Christian.

Thanks, both.
diff mbox series

Patch

diff --git a/promisor-remote.h b/promisor-remote.h
index e29cf507ab..562c7ad8a4 100644
--- a/promisor-remote.h
+++ b/promisor-remote.h
@@ -1,6 +1,8 @@ 
 #ifndef PROMISOR_REMOTE_H
 #define PROMISOR_REMOTE_H
 
+struct object_id;
+
 /*
  * Promisor remote linked list
  *