X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=submodule.h;h=dbda270873171c41f20c0f07b70773ce67c6a303;hb=3bfc45047654c7dd38b32033321228e97fc8f60e;hp=4c0269d67933659da5ff81e53c21b5f25ca8cf9d;hpb=9eba92f684ad9fb1b2e9b99f3f406048fece266d;p=git.git diff --git a/submodule.h b/submodule.h index 4c0269d67..dbda27087 100644 --- a/submodule.h +++ b/submodule.h @@ -3,6 +3,8 @@ void show_submodule_summary(FILE *f, const char *path, unsigned char one[20], unsigned char two[20], + unsigned dirty_submodule, const char *del, const char *add, const char *reset); +unsigned is_submodule_modified(const char *path, int ignore_untracked); #endif