Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 5d417842efeafb6e109db7574196901c4e95d273 authored by Junio C Hamano on 31 December 2012, 22:24:22 UTC
Git 1.8.1
Tip revision: 5d41784
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