]> git.ipfire.org Git - thirdparty/git.git/blame - submodule.h
git-mv: fix moving more than one source to a single destination
[thirdparty/git.git] / submodule.h
CommitLineData
752c0c24
JS
1#ifndef SUBMODULE_H
2#define SUBMODULE_H
3
4void show_submodule_summary(FILE *f, const char *path,
5 unsigned char one[20], unsigned char two[20],
6 const char *del, const char *add, const char *reset);
7
8#endif