X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=888d7c15de2eacc56d869a96d4463aefca7a7a06;hb=b892913d51795ee66d825bedd23e5c4ffe85ebb2;hp=8b7ecf9197f2a9210299c9700cc88a92a796f714;hpb=561197238ef95b126b5ff16780250d492ad24233;p=git.git diff --git a/remote.h b/remote.h index 8b7ecf919..888d7c15d 100644 --- a/remote.h +++ b/remote.h @@ -98,6 +98,8 @@ char *apply_refspecs(struct refspec *refspecs, int nr_refspec, int match_refs(struct ref *src, struct ref **dst, int nr_refspec, const char **refspec, int all); +void set_ref_status_for_push(struct ref *remote_refs, int send_mirror, + int force_update); /* * Given a list of the remote refs and the specification of things to @@ -143,7 +145,7 @@ int branch_merge_matches(struct branch *, int n, const char *); enum match_refs_flags { MATCH_REFS_NONE = 0, MATCH_REFS_ALL = (1 << 0), - MATCH_REFS_MIRROR = (1 << 1), + MATCH_REFS_MIRROR = (1 << 1) }; /* Reporting of tracking info */