aboutsummaryrefslogtreecommitdiffstats
path: root/merge-ort.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+1
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-2/+2
|\ \ | |/ |/|
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-2/+2
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-161-2/+2
|\ \ \
| * | | string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-2/+2
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-2/+2
|\ \ \ \
| * | | | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-2/+2
| | |/ / | |/| |
* | | | Merge branch 'en/merge-ort-align-verbosity-with-recursive'Junio C Hamano2022-03-131-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | merge-ort: exclude messages from inner merges by defaultElijah Newren2022-03-011-2/+3
* | | | Merge branch 'en/merge-ort-plug-leaks'Junio C Hamano2022-03-061-19/+17
|\ \ \ \ | |/ / / |/| | |
| * | | merge-ort: fix small memory leak in unique_path()Elijah Newren2022-02-201-9/+12
| * | | merge-ort: fix small memory leak in detect_and_process_renames()Elijah Newren2022-02-201-10/+5
* | | | merge-ort: make informational messages from recursive merges clearerElijah Newren2022-02-171-0/+5
|/ / /
* | | Merge branch 'en/remerge-diff'Junio C Hamano2022-02-161-5/+50
|\ \ \
| * | | merge-ort: mark conflict/warning messages from inner merges as omittableElijah Newren2022-02-021-1/+3
| * | | show, log: include conflict/warning messages in --remerge-diff headersElijah Newren2022-02-021-0/+1
| * | | merge-ort: format messages slightly different for use in headersElijah Newren2022-02-021-2/+40
| * | | merge-ort: mark a few more conflict messages as omittableElijah Newren2022-02-021-2/+2
| * | | merge-ort: capture and print ll-merge warnings in our preferred fashionElijah Newren2022-02-021-2/+3
| * | | ll-merge: make callers responsible for showing warningsElijah Newren2022-02-021-1/+4
| | |/ | |/|
* | | Merge branch 'en/plug-leaks-in-merge'Junio C Hamano2022-02-091-5/+5
|\ \ \
| * | | merge-ort: fix memory leak in merge_ort_internal()Elijah Newren2022-01-211-5/+5
| | |/ | |/|
* | | Merge branch 'en/merge-ort-restart-optim-fix'Junio C Hamano2022-02-091-0/+4
|\ \ \ | |/ / |/| |
| * | merge-ort: avoid assuming all renames detectedElijah Newren2022-01-171-0/+4
* | | merge-ort: fix bug with renormalization and rename/delete conflictsElijah Newren2021-12-301-3/+16
| |/ |/|
* | Merge branch 'jt/no-abuse-alternate-odb-for-submodules'Junio C Hamano2021-10-251-14/+4
|\ \
| * | merge-{ort,recursive}: remove add_submodule_odb()Jonathan Tan2021-10-081-14/+4
| * | Merge branch 'jt/add-submodule-odb-clean-up' into jt/no-abuse-alternate-odb-for-submodulesJunio C Hamano2021-09-221-18/+35
| |\ \
* | \ \ Merge branch 'en/removing-untracked-fixes'Junio C Hamano2021-10-131-7/+1
|\ \ \ \
| * | | | Remove ignored files by default when they are in the wayElijah Newren2021-09-271-1/+1
| * | | | unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren2021-09-271-7/+1
* | | | | Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano2021-10-061-18/+35
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | revision: remove "submodule" from opt structJonathan Tan2021-09-091-18/+35
* | | | | Merge branch 'en/typofixes'Junio C Hamano2021-09-281-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | merge-ort: fix completely wrong commentElijah Newren2021-09-201-1/+1
| |/ /
* | | Merge branch 'ds/mergies-with-sparse-index'Junio C Hamano2021-09-201-0/+15
|\ \ \ | |_|/ |/| |
| * | merge-ort: expand only for out-of-cone conflictsDerrick Stolee2021-09-091-3/+10
| * | merge: make sparse-aware with ORTDerrick Stolee2021-09-091-0/+8
| |/
* | Merge branch 'en/ort-perf-batch-15'Junio C Hamano2021-08-241-85/+103
|\ \ | |/ |/|
| * merge-ort: remove compile-time ability to turn off usage of memory poolsElijah Newren2021-08-031-162/+47
| * merge-ort: reuse path strings in pool_alloc_filespecElijah Newren2021-07-301-7/+22
| * merge-ort: store filepairs and filespecs in our mem_poolElijah Newren2021-07-301-12/+14
| * diffcore-rename, merge-ort: add wrapper functions for filepair alloc/deallocElijah Newren2021-07-301-0/+42
| * merge-ort: switch our strmaps over to using memory poolsElijah Newren2021-07-301-50/+75
| * merge-ort: set up a memory poolElijah Newren2021-07-301-0/+25
| * merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappersElijah Newren2021-07-301-0/+24
| * merge-ort: rename str{map,intmap,set}_func()Elijah Newren2021-07-301-13/+13
* | Merge branch 'en/ort-perf-batch-14'Junio C Hamano2021-08-041-11/+388
|\|