Revision cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce authored by Junio C Hamano on 15 December 2010, 19:38:19 UTC, committed by Junio C Hamano on 15 December 2010, 19:38:19 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s cbcab75 + abf411e
Raw File
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],
		unsigned dirty_submodule,
		const char *del, const char *add, const char *reset);
int is_submodule_modified(const char *path);

#endif
back to top