aboutsummaryrefslogtreecommitdiff
path: root/submodule.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-10-30 20:16:26 -0700
committerJunio C Hamano <gitster@pobox.com>2009-10-30 20:16:26 -0700
commitd39d667169fda640065d48b70288c3342bd3195d (patch)
treefda6348bfc52ac132837c3f6816addb8bf85c20e /submodule.h
parente3de372e135e765749426a0165e893283192e38c (diff)
parent86140d56c150aa17e6c98dde4ba669516f3c302a (diff)
downloadgit-d39d667169fda640065d48b70288c3342bd3195d.tar.gz
git-d39d667169fda640065d48b70288c3342bd3195d.tar.xz
Merge branch 'js/diff-verbose-submodule'
* js/diff-verbose-submodule: add tests for git diff --submodule Add the --submodule option to the diff option family
Diffstat (limited to 'submodule.h')
-rw-r--r--submodule.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/submodule.h b/submodule.h
new file mode 100644
index 000000000..4c0269d67
--- /dev/null
+++ b/submodule.h
@@ -0,0 +1,8 @@
+#ifndef SUBMODULE_H
+#define SUBMODULE_H
+
+void show_submodule_summary(FILE *f, const char *path,
+ unsigned char one[20], unsigned char two[20],
+ const char *del, const char *add, const char *reset);
+
+#endif