/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remote: refactor some logic into get_stale_heads()
[git/git.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index
5db8420
..
d0aba81
100644
(file)
--- 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