X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=remote.h;h=888d7c15de2eacc56d869a96d4463aefca7a7a06;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=6e13643cabb6fa9a5b619f53dd148345d9161ad4;hpb=f62e53c897c359b5885c474c41341d83845a78f6;p=git.git diff --git a/remote.h b/remote.h index 6e13643ca..888d7c15d 100644 --- a/remote.h +++ b/remote.h @@ -145,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 */