Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 0e64a95ae5824238cebdc921ed060efdef19620d authored by Junio C Hamano on 21 June 2012, 20:16:46 UTC
Git 1.7.11.1
Tip revision: 0e64a95
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