summaryrefslogtreecommitdiff
path: root/tests/revert/workdir.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-576/+0
* merge: comment conflicts lines in MERGE_MSGEdward Thomson2022-01-301-2/+2
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-5/+5
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-6/+5
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-4/+4
* 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-3/+3
* merge: rename `git_merge_tree_flags_t` -> `git_merge_flags_t`Edward Thomson2015-11-251-2/+2
* revert: correct test that added trailing newlineEdward Thomson2015-07-071-10/+12
* Renamed git_merge_options 'flags' to 'tree_flags'Jacques Germishuys2015-03-161-2/+2
* reset: remove reflog message overrideCarlos Martín Nieto2015-03-031-14/+14
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-14/+14
* revert tests: always use core.autocrlf=false in testsEdward Thomson2014-10-271-8/+6
* Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-031-14/+14
* Capture conflict information in MERGE_MSG for revert and mergeJacques Germishuys2014-04-141-1/+13
* Update git_merge_tree_opts to git_merge_optionsEdward Thomson2014-03-201-4/+4
* git_revert_opts -> git_revert_optionsoptions-namesBen Straub2014-03-061-6/+6
* More merge.conflictstyle fixesBen Straub2014-02-051-0/+7
* Add reflog parameters to git_resetBen Straub2014-02-031-14/+14
* Remove the "merge none" flagEdward Thomson2014-01-201-6/+3
* merge_file should use more aggressive levelsEdward Thomson2014-01-201-1/+198
* Reorder var decls in revert testEdward Thomson2013-12-031-13/+13
* Bare naked merge and rebaseEdward Thomson2013-12-031-0/+364