Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 4133fd25525022f99d2c7ba339618433bdd919fe authored by Junio C Hamano on 10 February 2010, 21:44:11 UTC
Git 1.6.6.2
Tip revision: 4133fd2
submodule.h
#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
back to top