Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 167a5800cb707ed489c3cb88174ee21e95a610ae authored by Junio C Hamano on 18 September 2011, 22:41:34 UTC
Git 1.7.7-rc2
Tip revision: 167a580
merge-file.h
#ifndef MERGE_FILE_H
#define MERGE_FILE_H

extern void *merge_file(const char *path, struct blob *base, struct blob *our,
			struct blob *their, unsigned long *size);

#endif
back to top