Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refspec: convert valid_fetch_refspec to use parse_refspec
[gitweb.git]
/
builtin
/
pull.c
diff --git
a/builtin/pull.c
b/builtin/pull.c
index 6247c956d700ef23db9deae9a7aeba0cbfd75f49..5a79deae5d1a1298139522543ed255d439648183 100644
(file)
--- a/
builtin/pull.c
+++ b/
builtin/pull.c
@@
-676,7
+676,7
@@
static const char *get_upstream_branch(const char *remote)
*/
static const char *get_tracking_branch(const char *remote, const char *refspec)
{
- struct refspec *spec;
+ struct refspec
_item
*spec;
const char *spec_src;
const char *merge_branch;