X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=submodule.h;h=799c22d6c6a459756983420960bc099da20336b3;hb=7af4d3468f79c39a75e59aa9699d43d1bbbfd1af;hp=5350b0d5a0d16e12e96b983e6510cb1d4098f962;hpb=5480861c24b6f5830c2301ae2f50e21ef3cdeaf2;p=git.git diff --git a/submodule.h b/submodule.h index 5350b0d5a..799c22d6c 100644 --- a/submodule.h +++ b/submodule.h @@ -29,5 +29,6 @@ int fetch_populated_submodules(int num_options, const char **options, unsigned is_submodule_modified(const char *path, int ignore_untracked); int merge_submodule(unsigned char result[20], const char *path, const unsigned char base[20], const unsigned char a[20], const unsigned char b[20]); +int check_submodule_needs_pushing(unsigned char new_sha1[20], const char *remotes_name); #endif