X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=d0aba81ead1847e43a971362659abf1c1737c12f;hb=6f53c3b21e3899716caccc2f88a1186ca7fa0f60;hp=5db842087da081abbad96c8f9eed5829140714d2;hpb=4096958aab6f83302dd00f19d2bd500ae75e8c29;p=git.git diff --git a/remote.h b/remote.h index 5db842087..d0aba81ea 100644 --- a/remote.h +++ b/remote.h @@ -154,4 +154,7 @@ struct ref *guess_remote_head(const struct ref *head, const struct ref *refs, int all); +/* Return refs which no longer exist on remote */ +struct ref *get_stale_heads(struct remote *remote, struct ref *fetch_map); + #endif