aboutsummaryrefslogtreecommitdiffstats
path: root/ll-merge.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-23convert some config callbacks to parse_config_keyJeff King1-9/+5
2012-09-14Merge branch 'jc/ll-merge-binary-ours'Junio C Hamano1-8/+24
2012-09-12ll-merge: warn about inability to merge binary files only when we can'tJunio C Hamano1-3/+4
2012-09-08merge: teach -Xours/-Xtheirs to binary ll-merge driverJunio C Hamano1-5/+20
2012-04-30remove superfluous newlines in error messagesPete Wyckoff1-1/+1
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty1-2/+2
2011-01-15ll-merge: simplify opts == NULL caseJonathan Nieder1-6/+3
2010-08-26merge-recursive --patienceJustin Frankel1-0/+1
2010-08-26ll-merge: replace flag argument with options structJonathan Nieder1-17/+33
2010-08-06ll-merge: let caller decide whether to renormalizeJonathan Nieder1-3/+3
2010-08-06ll-merge: make flag easier to populateJonathan Nieder1-4/+5
2010-07-02Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen1-0/+15
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan1-7/+7
2010-03-20ll_merge(): add ancestor label parameter for diff3-style outputJonathan Nieder1-9/+11
2010-03-20xdl_merge(): move file1 and file2 labels to xmparam structureJonathan Nieder1-1/+3
2010-03-02refactor merge flags into xmparam_tBert Wesarg1-8/+4
2010-03-02make union merge an xdl merge favorBert Wesarg1-38/+5
2010-01-20Merge branch 'jc/conflict-marker-size'Junio C Hamano1-28/+53
2010-01-20Merge branch 'ap/merge-backend-opts'Junio C Hamano1-12/+13
2010-01-17git merge -X<option>Avery Pennarun1-12/+13
2010-01-17rerere: honor conflict-marker-size attributeJunio C Hamano1-0/+15
2010-01-16conflict-marker-size: new attributeJunio C Hamano1-25/+34
2010-01-16xdl_merge(): introduce xmparam_t for merge specific parametersJunio C Hamano1-3/+3
2010-01-16git_attr(): fix function signatureJunio C Hamano1-1/+1
2010-01-05run-command: convert simple callsites to use_shellJeff King1-3/+3
2009-08-10Merge branch 'js/run-command-updates'Junio C Hamano1-4/+0
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-1/+1
2009-07-05run_command: return exit code as positive valueJohannes Sixt1-4/+0
2009-07-01Remove filename from conflict markersMartin Renold1-4/+4
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-06-20Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano1-4/+4
2009-06-14use xstrdup, not strdup in ll-merge.cJim Meyering1-4/+4
2009-06-09Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt1-9/+2
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen1-1/+1
2008-11-23merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe1-12/+9
2008-08-30git-merge-recursive: learn to honor merge.conflictstyleJunio C Hamano1-5/+13
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-02-18merge-recursive: split low-level merge functions out.Junio C Hamano1-0/+379