Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add special "matching refs" refspec
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index a38774bbdc5acfb5ed9360ac92e1049fa79b26e1..f7b7be84b440bee840fafd583d7b4d7a8757b7d2 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-46,6
+46,7
@@
int remote_has_url(struct remote *remote, const char *url);
struct refspec {
unsigned force : 1;
unsigned pattern : 1;
+ unsigned matching : 1;
char *src;
char *dst;