git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] checkout: include the checkout.h header file
@ 2017-11-24 17:33 Ramsay Jones
  2017-11-25 10:16 ` Thomas Gummerer
  0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2017-11-24 17:33 UTC (permalink / raw)
  To: Thomas Gummerer; +Cc: Junio C Hamano, GIT Mailing-list


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

Hi Thomas,

If you need to re-roll your 'tg/worktree-create-tracking' branch, could
you please squash this into the relevant patch (commit 6736ae9593,
"checkout: factor out functions to new lib file", 2017-11-22).

[noticed by sparse]

Thanks!

ATB,
Ramsay Jones

 checkout.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkout.c b/checkout.c
index b0c744d37..ac42630f7 100644
--- a/checkout.c
+++ b/checkout.c
@@ -1,5 +1,6 @@
 #include "cache.h"
 #include "remote.h"
+#include "checkout.h"
 
 struct tracking_name_data {
 	/* const */ char *src_ref;
-- 
2.15.0

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

end of thread, other threads:[~2017-11-25 10:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-24 17:33 [PATCH] checkout: include the checkout.h header file Ramsay Jones
2017-11-25 10:16 ` Thomas Gummerer

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 NNTP newsgroup(s).