X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=submodule.h;h=799c22d6c6a459756983420960bc099da20336b3;hb=15dafaf80dda8e90114ae178569b9600ebd07109;hp=5350b0d5a0d16e12e96b983e6510cb1d4098f962;hpb=9db19414582fdb154384ff1ca457cbf9095fef48;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