On 11/24, Ramsay Jones wrote: > > Signed-off-by: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxxx> > --- > > 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 for noticing this, I'll squash it into my re-roll. > 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