summaryrefslogtreecommitdiff
path: root/merge-ort.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'en/ort-finalize-after-0-merges-fix'Junio C Hamano2023-05-021-4/+4
|\ \ | |/ |/|
| * merge-ort: fix calling merge_finalize() with no intermediate mergeElijah Newren2023-04-241-4/+4
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
|\ \
| * | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/ /
* | Merge branch 'en/ort-dir-rename-and-symlink-fix'Taylor Blau2022-10-301-2/+34
|\ \
| * | merge-ort: fix bug with dir rename vs change dir to symlinkElijah Newren2022-10-221-2/+34
| |/
* | Merge branch 'jk/unused-anno-more'Junio C Hamano2022-10-271-1/+1
|\ \ | |/ |/|
| * string-list: mark unused callback parametersJeff King2022-10-171-1/+1
* | merge-ort: return early when failing to write a blobJohannes Schindelin2022-09-281-9/+19
* | merge-ort: fix segmentation fault in read-only repositoriesJohannes Schindelin2022-09-281-25/+41
|/
* Merge branch 'en/ort-unused-code-removal'Junio C Hamano2022-08-291-20/+2
|\
| * merge-ort: remove code obsoleted by other changesElijah Newren2022-08-191-20/+2
* | Merge branch 'en/submodule-merge-messages-fixes'Junio C Hamano2022-08-251-9/+116
|\ \ | |/ |/|
| * merge-ort: provide helpful submodule update message when possibleElijah Newren2022-08-181-11/+7
| * merge-ort: avoid surprise with new sub_flag variableElijah Newren2022-08-181-1/+1
| * merge-ort: remove translator lego in new "submodule conflict suggestion"Elijah Newren2022-08-181-60/+28
| * submodule merge: update conflict error messageCalvin Wan2022-08-041-9/+152
* | Merge branch 'js/ort-clean-up-after-failed-merge'Junio C Hamano2022-08-081-0/+5
|\ \ | |/ |/|
| * merge-ort: do leave trace2 region even if checkout failsJohannes Schindelin2022-07-311-0/+3
| * merge-ort: clean up after failed mergeJohannes Schindelin2022-07-311-0/+2
* | Merge branch 'en/merge-dual-dir-renames-fix'Junio C Hamano2022-07-181-26/+48
|\ \
| * | merge-ort: fix issue with dual rename and add/add conflictElijah Newren2022-07-061-1/+7
| * | merge-ort: shuffle the computation and cleanup of potential collisionsElijah Newren2022-07-061-5/+15
| * | merge-ort: make a separate function for freeing struct collisionsElijah Newren2022-07-061-16/+22
| * | merge-ort: small cleanups of check_for_directory_renameElijah Newren2022-07-061-6/+6
* | | merge-ort: optionally produce machine-readable outputElijah Newren2022-06-221-2/+20
* | | merge-ort: store more specific conflict informationElijah Newren2022-06-221-55/+212
* | | merge-ort: make `path_messages` a strmap to a string_listJohannes Schindelin2022-06-221-33/+1
* | | merge-ort: store messages in a list, not in a single strbufJohannes Schindelin2022-06-221-43/+80
* | | merge-ort: remove command-line-centric submodule message from merge-ortElijah Newren2022-06-221-8/+1
* | | merge-ort: provide a merge_get_conflicted_files() helper functionElijah Newren2022-06-221-0/+31
* | | merge-ort: split out a separate display_update_messages() functionElijah Newren2022-06-221-37/+41
* | | 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