summaryrefslogtreecommitdiff
path: root/merge-recursive.c
AgeCommit message (Expand)Author
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08submodule: convert merge_submodule to use struct object_idbrian m. carlson
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2017-02-27Merge branch 'mm/merge-rename-delete-message'Junio C Hamano
2017-01-30use SWAP macroRené Scharfe
2017-01-30merge-recursive: make "CONFLICT (rename/delete)" message show both pathsMatt McCutchen
2017-01-17Merge branch 'nd/qsort-in-merge-recursive' into maintJunio C Hamano
2017-01-17Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintJunio C Hamano
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano
2016-12-19Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano
2016-12-16Merge branch 'nd/qsort-in-merge-recursive'Junio C Hamano
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-11-28merge-recursive.c: use string_list_sort instead of qsortNguyễn Thái Ngọc Duy
2016-11-28merge-recursive: handle NULL in add_cacheinfo() correctlyJohannes Schindelin
2016-11-18submodules: allow empty working-tree dirs in merge/cherry-pickDavid Turner
2016-10-17Merge branch 'rs/cocci'Junio C Hamano
2016-10-10use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe
2016-09-26Merge branch 'rs/cocci'Junio C Hamano
2016-09-15use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe
2016-09-07Convert read_mmblob to take struct object_id.brian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-19Merge branch 'rs/pull-signed-tag'Junio C Hamano
2016-08-14merge-recursive: fix verbose output for multiple base treesRené Scharfe
2016-08-12Merge branch 'rs/merge-recursive-string-list-init'Junio C Hamano
2016-08-05merge-recursive: use STRING_LIST_INIT_NODUPRené Scharfe
2016-08-01merge-recursive: flush output buffer even when erroring outJohannes Schindelin
2016-08-01merge_trees(): ensure that the callers release output bufferJohannes Schindelin
2016-08-01merge-recursive: offer an option to retain the output in 'obuf'Johannes Schindelin
2016-08-01merge-recursive: write the commit title in one goJohannes Schindelin
2016-08-01merge-recursive: flush output buffer before printing error messagesJohannes Schindelin
2016-07-26merge-recursive: switch to returning errors instead of dyingJohannes Schindelin
2016-07-26merge-recursive: handle return values indicating errorsJohannes Schindelin
2016-07-26merge-recursive: allow write_tree_from_memory() to error outJohannes Schindelin
2016-07-26merge-recursive: avoid returning a wholesale structJohannes Schindelin
2016-07-26merge_recursive: abort properly upon errorsJohannes Schindelin
2016-07-26merge-recursive: clarify code in was_tracked()Johannes Schindelin
2016-07-26die(_("BUG")): avoid translating bug messagesJohannes Schindelin
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-07-25Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano
2016-07-12merge: avoid "safer crlf" during recording of merge resultsJunio C Hamano
2016-06-28merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson
2016-06-28merge-recursive: convert leaf functions to use struct object_idbrian m. carlson
2016-06-28merge-recursive: convert struct merge_file_info to object_idbrian m. carlson
2016-06-28merge-recursive: convert struct stage_data to use object_idbrian m. carlson
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-05-06Merge branch 'bc/object-id'Junio C Hamano
2016-04-19match-trees: convert shift_tree() and shift_tree_by() to use object_idbrian m. carlson
2016-04-13merge-recursive: do not check working copy when creating a virtual merge baseElijah Newren
2016-04-13merge-recursive: remove duplicate codeElijah Newren