Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] diff.c: -B argument passing fix.
[gitweb.git]
/
pull.h
diff --git
a/pull.h
b/pull.h
index d2dca02de7c23426e84e9f63762df9428933e8d8..3cd14cfb811a755a8770a0d01e8e2f96ba604058 100644
(file)
--- 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;