All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fetch-object: include the fetch-object.h header file
@ 2017-11-09 15:54 Ramsay Jones
  0 siblings, 0 replies; only message in thread
From: Ramsay Jones @ 2017-11-09 15:54 UTC (permalink / raw)
  To: Jeff Hostetler; +Cc: Jonathan Tan, Junio C Hamano, GIT Mailing-list


Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---

Hi Jeff,

If you need to re-roll your 'jh/fsck-promisors' branch, could you
please squash this into the relevant patch (commit 1a4b4ca4e9,
"introduce fetch-object: fetch one promisor object", 02-11-2017).

[This silences a sparse warning].

Also, I notice that partial_clone_utils_register() does not have
any callers - I assume this will be 'fixed' in an upcoming series.

Thanks!

ATB,
Ramsay Jones

 fetch-object.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fetch-object.c b/fetch-object.c
index 369b61c0e..fc086fce2 100644
--- a/fetch-object.c
+++ b/fetch-object.c
@@ -3,6 +3,7 @@
 #include "pkt-line.h"
 #include "strbuf.h"
 #include "transport.h"
+#include "fetch-object.h"
 
 void fetch_object(const char *remote_name, const unsigned char *sha1)
 {
-- 
2.15.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-09 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 15:54 [PATCH] fetch-object: include the fetch-object.h header file Ramsay Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.