/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refspec: rename struct refspec to struct refspec_item
[git/git.git]
/
builtin
/
pull.c
diff --git
a/builtin/pull.c
b/builtin/pull.c
index
6247c95
..
5a79dea
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;