Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http: add HTTP_KEEP_ERROR option
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index a0731f1df152c1290dbd93368f2f8d2862c5308c..8743d6ef9df69167c08f3ea9b79b91fbd6ab09d3 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-62,6
+62,7
@@
struct refspec {
unsigned force : 1;
unsigned pattern : 1;
unsigned matching : 1;
+ unsigned exact_sha1 : 1;
char *src;
char *dst;