revert: add tests to check cherry-picking many commits
[git/dscho.git] / submodule.h
blobdbda270873171c41f20c0f07b70773ce67c6a303
1 #ifndef SUBMODULE_H
2 #define SUBMODULE_H
4 void show_submodule_summary(FILE *f, const char *path,
5 unsigned char one[20], unsigned char two[20],
6 unsigned dirty_submodule,
7 const char *del, const char *add, const char *reset);
8 unsigned is_submodule_modified(const char *path, int ignore_untracked);
10 #endif