Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch: convert do_fetch to take a struct refspec
[gitweb.git]
/
submodule.h
diff --git
a/submodule.h
b/submodule.h
index b6130e6287843baaf073d1fbe0b7a2ba2e8c37a1..e5526f6aaab93f85d279e89fc33b8e2e8740c32a 100644
(file)
--- a/
submodule.h
+++ b/
submodule.h
@@
-116,7
+116,7
@@
int submodule_to_gitdir(struct strbuf *buf, const char *submodule);
#define SUBMODULE_MOVE_HEAD_FORCE (1<<1)
extern int submodule_move_head(const char *path,
const char *old,
- const char *new,
+ const char *new
_head
,
unsigned flags);
/*