git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] promisor-remote.h: fix an 'hdr-check' warning
@ 2019-04-04 18:57 Ramsay Jones
  2019-04-04 21:55 ` Christian Couder
  0 siblings, 1 reply; 5+ messages in thread
From: Ramsay Jones @ 2019-04-04 18:57 UTC (permalink / raw)
  To: Christian Couder; +Cc: Junio C Hamano, GIT Mailing-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 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(+)

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
  *
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] promisor-remote.h: fix an 'hdr-check' warning
  2019-04-04 18:57 [PATCH] promisor-remote.h: fix an 'hdr-check' warning Ramsay Jones
@ 2019-04-04 21:55 ` Christian Couder
  2019-04-05  5:44   ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Couder @ 2019-04-04 21:55 UTC (permalink / raw)
  To: Ramsay Jones; +Cc: Junio C Hamano, GIT Mailing-list

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] promisor-remote.h: fix an 'hdr-check' warning
  2019-04-04 21:55 ` Christian Couder
@ 2019-04-05  5:44   ` Junio C Hamano
  0 siblings, 0 replies; 5+ messages in thread
From: Junio C Hamano @ 2019-04-05  5:44 UTC (permalink / raw)
  To: Christian Couder; +Cc: Ramsay Jones, GIT Mailing-list

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] promisor-remote.h: fix an 'hdr-check' warning
@ 2019-06-26 22:14 Ramsay Jones
  2019-06-26 23:10 ` Christian Couder
  0 siblings, 1 reply; 5+ messages in thread
From: Ramsay Jones @ 2019-06-26 22:14 UTC (permalink / raw)
  To: Christian Couder; +Cc: Junio C Hamano, GIT Mailing-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(+)

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
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] promisor-remote.h: fix an 'hdr-check' warning
  2019-06-26 22:14 Ramsay Jones
@ 2019-06-26 23:10 ` Christian Couder
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Couder @ 2019-06-26 23:10 UTC (permalink / raw)
  To: Ramsay Jones; +Cc: Junio C Hamano, GIT Mailing-list

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-26 23:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-04 18:57 [PATCH] promisor-remote.h: fix an 'hdr-check' warning Ramsay Jones
2019-04-04 21:55 ` Christian Couder
2019-04-05  5:44   ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2019-06-26 22:14 Ramsay Jones
2019-06-26 23:10 ` Christian Couder

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).