summaryrefslogtreecommitdiffstats
path: root/builtin-merge-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge-file: handle freopen() failureRené Scharfe2008-12-271-2/+5
* parse-opt: migrate builtin-merge-file.Pierre Habouzit2008-10-031-31/+37
* merge.conflictstyle: choose between "merge" and "diff3 -m" stylesJunio C Hamano2008-08-311-0/+9
* xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or lessJunio C Hamano2008-08-311-3/+1
* xdiff-merge: optionally show conflicts in "diff3 -m" styleJunio C Hamano2008-08-311-2/+8
* Merge branch 'maint'Junio C Hamano2008-03-141-1/+2
|\
| * merge-file: handle empty files gracefullyJohannes Schindelin2008-03-141-1/+2
* | xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUMJohannes Schindelin2008-02-181-1/+1
|/
* Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-151-3/+4
* git-merge-file: refuse to merge binary filesJohannes Schindelin2007-06-051-1/+5
* move read_mmfile() into xdiff-interfaceJohannes Schindelin2006-12-221-18/+2
* merge-file: support -p and -q; fix compile warningsJohannes Schindelin2006-12-061-9/+16
* Add builtin merge-file, a minimal replacement for RCS mergeJohannes Schindelin2006-12-061-0/+72