summaryrefslogtreecommitdiffstats
path: root/builtin/merge-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* merge-file: add --diff-algorithm optionAntonin Delpeuch2023-11-221-0/+28
* merge-file: add an option to process object IDsbrian m. carlson2023-11-021-17/+47
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
* setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* merge-file: fix memory leaks on error pathÆvar Arnfjörð Bjarmason2022-07-011-4/+6
* merge-file: refactor for subsequent memory leak fixÆvar Arnfjörð Bjarmason2022-07-011-12/+14
* xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood2021-12-011-0/+2
* assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+2
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* prefix_filename: return newly allocated stringJeff King2017-03-211-3/+11
* prefix_filename: drop length parameterJeff King2017-03-211-6/+2
* builtin/merge-file.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-5/+5
* Merge branch 'jk/merge-file-exit-code'Junio C Hamano2015-10-301-0/+3
|\
| * merge-file: clamp exit code to maximum 127Jeff King2015-10-291-0/+3
* | Sync with 2.3.10Junio C Hamano2015-09-291-1/+2
|\ \
| * | merge-file: enforce MAX_XDIFF_SIZE on incoming filesJeff King2015-09-281-1/+2
* | | Merge branch 'ab/merge-file-prefix'Junio C Hamano2015-02-221-1/+2
|\| |
| * | merge-file: correctly open files when in a subdirAleksander Boruch-Gruszecki2015-02-111-1/+2
| |/
* / standardize usage info string formatAlex Henrie2015-01-141-2/+2
|/
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-1/+1
* i18n: merge-file: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-10/+10
* remove superfluous newlines in error messagesPete Wyckoff2012-05-011-2/+2
* Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-251-1/+1
|\
| * Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-1/+1
| * add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* | merge-file: correctly find files when called in subdirThomas Rast2010-10-191-1/+6
|/
* merge-file: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy2010-08-161-3/+1
* Merge branch 'rs/diff-no-minimal'Junio C Hamano2010-06-131-1/+1
* merge-file --diff3: add a label for ancestorJonathan Nieder2010-03-211-0/+1
* xdl_merge(): move file1 and file2 labels to xmparam structureJonathan Nieder2010-03-211-2/+3
* Merge branch 'bw/union-merge-refactor'Junio C Hamano2010-03-201-9/+14
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+96