aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-merge-file.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-14Merge branch 'maint'Junio C Hamano1-1/+2
2008-03-13merge-file: handle empty files gracefullyJohannes Schindelin1-1/+2
2008-02-18xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUMJohannes Schindelin1-1/+1
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall1-3/+4
2007-06-04git-merge-file: refuse to merge binary filesJohannes Schindelin1-1/+5
2006-12-21move read_mmfile() into xdiff-interfaceJohannes Schindelin1-18/+2
2006-12-06merge-file: support -p and -q; fix compile warningsJohannes Schindelin1-9/+16
2006-12-06Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin1-0/+72