Junio C Hamano <gitster@xxxxxxxxx> writes: > Björn Gustavsson <bgustavsson@xxxxxxxxx> writes: > >> From: Jay Soffian <jaysoffian@xxxxxxxxx> > > Thanks for being careful; it would be even better if you preserve the > author date by copying Date: from the original. > >> Teach fetch to cull stale remote tracking branches after fetching via --prune. >> >> Signed-off-by: Jay Soffian <jaysoffian@xxxxxxxxx> >> Signed-off-by: Björn Gustavsson <bgustavsson@xxxxxxxxx> > > Yuck... > > builtin-fetch.c: In function 'prune_refs': > builtin-fetch.c:500: error: implicit declaration of function 'get_stale_heads' > builtin-fetch.c:500: error: initialization makes pointer from integer without a cast > builtin-fetch.c:501: error: 'dry_run' undeclared (first use in this function) > builtin-fetch.c:501: error: (Each undeclared identifier is reported only once > builtin-fetch.c:501: error: for each function it appears in.) > make: *** [builtin-fetch.o] Error 1 Ah, I know. You forgot the first one from Jay's series. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html