aboutsummaryrefslogtreecommitdiff
path: root/merge-recursive.c
Commit message (Expand)AuthorAge
* Switch empty tree and blob lookups to use hash abstractionbrian m. carlson2017-11-13
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\
| * diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
* | treewide: prefer lockfiles on the stackMartin Ågren2017-10-06
|/
* Merge branch 'kw/merge-recursive-cleanup'Junio C Hamano2017-09-19
|\
| * merge-recursive: change current file dir string_lists to hashmapKevin Willford2017-09-08
| * merge-recursive: remove return value from get_files_dirsKevin Willford2017-09-06
| * merge-recursive: fix memory leakKevin Willford2017-09-06
* | treewide: correct several "up-to-date" to "up to date"Martin Ågren2017-08-23
|/
* Merge branch 'sb/merge-recursive-code-cleanup'Junio C Hamano2017-07-06
|\
| * merge-recursive: use DIFF_XDL_SET macroStefan Beller2017-06-30
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/
* | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-24
|\ \
| * | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-13
* | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
|/ /
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
* | Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
* | submodule: convert merge_submodule to use struct object_idbrian m. carlson2017-05-08
* | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-02
|/
* Merge branch 'mm/merge-rename-delete-message'Junio C Hamano2017-02-27
|\
| * merge-recursive: make "CONFLICT (rename/delete)" message show both pathsMatt McCutchen2017-01-30
| * Merge branch 'nd/qsort-in-merge-recursive' into maintJunio C Hamano2017-01-17
| |\
| * \ Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintJunio C Hamano2017-01-17
| |\ \
* | | | use SWAP macroRené Scharfe2017-01-30
* | | | Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-19
|\ \ \ \
| * | | | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
* | | | | Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-12-19
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge-recursive: handle NULL in add_cacheinfo() correctlyJohannes Schindelin2016-11-28
* | | | | Merge branch 'nd/qsort-in-merge-recursive'Junio C Hamano2016-12-16
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | merge-recursive.c: use string_list_sort instead of qsortNguyễn Thái Ngọc Duy2016-11-28
* | | | submodules: allow empty working-tree dirs in merge/cherry-pickDavid Turner2016-11-17
| |_|/ |/| |
* | | Merge branch 'rs/cocci'Junio C Hamano2016-10-17
|\ \ \ | |/ /
| * | use strbuf_add_unique_abbrev() for adding short hashes, part 3René Scharfe2016-10-10
* | | Merge branch 'rs/cocci'Junio C Hamano2016-09-26
|\ \ \ | |/ /
| * | use strbuf_addstr() for adding constant strings to a strbuf, part 2René Scharfe2016-09-15
* | | Convert read_mmblob to take struct object_id.brian m. carlson2016-09-07
* | | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/ /
* | Merge branch 'rs/pull-signed-tag'Junio C Hamano2016-08-19
|\ \
| * | merge-recursive: fix verbose output for multiple base treesRené Scharfe2016-08-13
* | | Merge branch 'rs/merge-recursive-string-list-init'Junio C Hamano2016-08-12
|\ \ \
| * | | merge-recursive: use STRING_LIST_INIT_NODUPRené Scharfe2016-08-05
| |/ /
* | | merge-recursive: flush output buffer even when erroring outJohannes Schindelin2016-08-01
* | | merge_trees(): ensure that the callers release output bufferJohannes Schindelin2016-08-01
* | | merge-recursive: offer an option to retain the output in 'obuf'Johannes Schindelin2016-08-01
* | | merge-recursive: write the commit title in one goJohannes Schindelin2016-08-01
* | | merge-recursive: flush output buffer before printing error messagesJohannes Schindelin2016-08-01
* | | merge-recursive: switch to returning errors instead of dyingJohannes Schindelin2016-07-26