Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'submodule.h')
-rw-r--r--submodule.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/submodule.h b/submodule.h
new file mode 100644
index 0000000000..233696555e
--- /dev/null
+++ b/submodule.h
@@ -0,0 +1,10 @@
+#ifndef SUBMODULE_H
+#define SUBMODULE_H
+
+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);
+int is_submodule_modified(const char *path);
+
+#endif