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

submodule.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c0269d67933659da5ff81e53c21b5f25ca8cf9d (plain)
1
2
3
4
5
6
7
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