Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
xdiff: PATIENCE/HISTOGRAM are not independent option bits
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 67294778b6a7af3f0fa2c3cb1c0a34cc11d508b1..b3955983ba5caea698a78868abcbb54451b6daa8 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-164,6
+164,6
@@
struct ref *guess_remote_head(const struct ref *head,
int all);
/* Return refs which no longer exist on remote */
-struct ref *get_stale_heads(struct re
mote *remote
, struct ref *fetch_map);
+struct ref *get_stale_heads(struct re
fspec *refs, int ref_count
, struct ref *fetch_map);
#endif