X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=9ad8eb6cc68b0842d8dc2aef9a65c25524739d97;hb=cc999a3a0845fcab83a8dcecd3fcdd86f03c10b6;hp=b3955983ba5caea698a78868abcbb54451b6daa8;hpb=bba612300149bacd3d0643d13ffa66b49185d151;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 */