diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-30 20:16:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-30 20:16:26 -0700 |
commit | d39d667169fda640065d48b70288c3342bd3195d (patch) | |
tree | fda6348bfc52ac132837c3f6816addb8bf85c20e /submodule.h | |
parent | e3de372e135e765749426a0165e893283192e38c (diff) | |
parent | 86140d56c150aa17e6c98dde4ba669516f3c302a (diff) | |
download | git-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.h | 8 |
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 |