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