summaryrefslogtreecommitdiff
path: root/tests/merge/workdir/simple.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-778/+0
* Merge pull request #6197 from libgit2/ethomson/merge_msg_conflict_commentEdward Thomson2022-02-021-2/+2
|\
| * merge: comment conflicts lines in MERGE_MSGEdward Thomson2022-01-301-2/+2
* | merge: support zdiff3 conflict stylesEdward Thomson2022-01-301-0/+78
|/
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-19/+18
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* Merge branch 'issue-4203'Edward Thomson2018-10-201-0/+29
|\
| * tests: add test case for index reloads on mergeEtiene Dalcol2017-11-111-0/+29
* | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
* | Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-9/+9
|/
* Fix rebase bug and include test for merge=unionStan Hu2016-03-171-0/+36
* merge tests: move expected data into own fileEdward Thomson2015-11-251-0/+1
* reset: remove reflog message overrideCarlos Martín Nieto2015-03-031-2/+2
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-3/+3
* Fix broken merge tests due to autocrlf was not falseLinquize2014-12-071-0/+8
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-261-20/+20
* Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-031-2/+2
* merge: checkout default shouldn't clobber givenEdward Thomson2014-04-231-2/+4
* Capture conflict information in MERGE_MSG for revert and mergeJacques Germishuys2014-04-141-1/+9
* Remove `git_merge_result` as it's now unnecessaryEdward Thomson2014-03-201-69/+16
* Update git_merge_tree_opts to git_merge_optionsEdward Thomson2014-03-201-4/+4
* Change signature of `git_merge` to take merge and checkout optsEdward Thomson2014-03-201-15/+15
* Introduce git_merge_file for consumersEdward Thomson2014-03-201-41/+0
* Prevent user's merge.conflictstyle from breaking testsBen Straub2014-02-051-0/+7
* Add reflog parameters to git_resetBen Straub2014-02-031-2/+2
* merge: rename _oid() -> id()Carlos Martín Nieto2014-01-251-5/+5
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
* Support union mergesEdward Thomson2014-01-201-0/+43
* Load merge.conflictstyle setting from configEdward Thomson2014-01-201-0/+86
* Introduce diff3 mode for checking out conflictsEdward Thomson2014-01-201-1/+48
* Don't try to merge binary filesEdward Thomson2014-01-201-0/+37
* merge_file should use more aggressive levelsEdward Thomson2014-01-201-7/+7
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Rename tests-clar to testsBen Straub2013-11-141-0/+491