Staging
v0.5.1
Revision a1463920565c67646507dc573d3f5280fa4cdcf3 authored by Junio C Hamano on 29 June 2010, 16:59:56 UTC, committed by Junio C Hamano on 29 June 2010, 16:59:56 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3183286
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);
unsigned is_submodule_modified(const char *path, int ignore_untracked);

#endif
back to top