X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=pull.h;h=3cd14cfb811a755a8770a0d01e8e2f96ba604058;hb=000182eacf99cde27d5916aa415921924b82972c;hp=d2dca02de7c23426e84e9f63762df9428933e8d8;hpb=e78d97723cd77d46d8767a5a27965077249fd080;p=git.git diff --git a/pull.h b/pull.h index d2dca02d..3cd14cfb 100644 --- a/pull.h +++ b/pull.h @@ -13,6 +13,9 @@ extern int get_history; /** Set to fetch the trees in the commit history. **/ extern int get_all; +/* Set to zero to skip the check for delta object base. */ +extern int get_delta; + /* Set to be verbose */ extern int get_verbosely;