diff options
Diffstat (limited to 'refspec.h')
-rw-r--r-- | refspec.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -26,6 +26,8 @@ struct refspec_item { char *src; char *dst; + + char *raw; }; #define REFSPEC_FETCH 1 @@ -43,10 +45,6 @@ struct refspec { int alloc; int nr; - char **raw; - int raw_alloc; - int raw_nr; - int fetch; }; |