Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: make ppc/sha1ppc.o depend on GIT-CFLAGS
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index cdc3b5b159351b550f7136594e0d9f930177e576..8b7ecf9197f2a9210299c9700cc88a92a796f714 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-161,4
+161,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