Staging
v0.5.1
Revision ab0964d951e4ea88f9ea2cbb88388c1bcd4ae911 authored by Junio C Hamano on 20 December 2009, 20:15:02 UTC, committed by Junio C Hamano on 20 December 2009, 20:15:02 UTC
Hopefully the last rc before the final one.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b6b9f83
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],
		const char *del, const char *add, const char *reset);

#endif
back to top