summaryrefslogtreecommitdiff
path: root/src/refspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/refspec.h')
-rw-r--r--src/refspec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/refspec.h b/src/refspec.h
index 339d10eb2..29f4d5354 100644
--- a/src/refspec.h
+++ b/src/refspec.h
@@ -11,6 +11,7 @@
#include "buffer.h"
struct git_refspec {
+ char *string;
char *src;
char *dst;
unsigned int force :1,