Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mv: update the path entry in .gitmodules for moved submodules
[gitweb.git]
/
submodule.h
diff --git
a/submodule.h
b/submodule.h
index 550135456833fcf4cdb2a1c093eb2752585318ba..e3398917c591559fae8de0d4f238c6ec8c90c50a 100644
(file)
--- a/
submodule.h
+++ b/
submodule.h
@@
-12,6
+12,7
@@
enum {
};
int is_staging_gitmodules_ok(void);
+int update_path_in_gitmodules(const char *oldpath, const char *newpath);
void stage_updated_gitmodules(void);
void set_diffopt_flags_from_submodule_config(struct diff_options *diffopt,
const char *path);