summaryrefslogtreecommitdiff
path: root/ll-merge.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/run-command-updates'Junio C Hamano2009-08-101-4/+0
|\
| * run_command: return exit code as positive valueJohannes Sixt2009-07-051-4/+0
* | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-1/+1
|\ \ | |/ |/|
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* | Remove filename from conflict markersMartin Renold2009-07-011-4/+4
* | Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano2009-06-201-4/+4
|\ \
| * | use xstrdup, not strdup in ll-merge.cJim Meyering2009-06-141-4/+4
* | | Simplify some instances of run_command() by using run_command_v_opt().Johannes Sixt2009-06-091-9/+2
| |/ |/|
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* | merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe2008-11-231-12/+9
* | git-merge-recursive: learn to honor merge.conflictstyleJunio C Hamano2008-08-301-5/+13
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
* merge-recursive: split low-level merge functions out.Junio C Hamano2008-02-181-0/+379