]> rtime.felk.cvut.cz Git - git.git/blob - submodule.h
Do not use date.c:tm_to_time_t() from compat/mingw.c
[git.git] / submodule.h
1 #ifndef SUBMODULE_H
2 #define SUBMODULE_H
3
4 void 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