Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
move duplicated get_local_heads() to remote.c
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index a46a5be131caf1d1d71f97cab3c3ba2cebb6386c..56ca8b168f20622f8256fa64934004adac7bd0a4 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-137,4
+137,5
@@
enum match_refs_flags {
int stat_tracking_info(struct branch *branch, int *num_ours, int *num_theirs);
int format_tracking_info(struct branch *branch, struct strbuf *sb);
+struct ref *get_local_heads(void);
#endif