diff options
Diffstat (limited to 'refspec.h')
-rw-r--r-- | refspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ void refspec_appendn(struct refspec *rs, const char **refspecs, int nr); void refspec_clear(struct refspec *rs); int valid_fetch_refspec(const char *refspec); +int valid_remote_name(const char *name); struct strvec; /* |