X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=9ad8eb6cc68b0842d8dc2aef9a65c25524739d97;hb=0987145dd3d11373270c1e0cfbd449f2c6c834c9;hp=b3955983ba5caea698a78868abcbb54451b6daa8;hpb=9a8e485430492a1377885071c94983c2da547174;p=git.git diff --git a/remote.h b/remote.h index b3955983b..9ad8eb6cc 100644 --- a/remote.h +++ b/remote.h @@ -145,7 +145,8 @@ 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), + MATCH_REFS_PRUNE = (1 << 2) }; /* Reporting of tracking info */