fetch: make --prune configurable
[gitweb.git] / remote.h
index cf5672466151254b92582ba4729a2a95e670beff..4db34980f6b9f5300cafab58aa8a2d4bea4035db 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -40,6 +40,7 @@ struct remote {
        int fetch_tags;
        int skip_default_update;
        int mirror;
+       int prune;
 
        const char *receivepack;
        const char *uploadpack;