summaryrefslogtreecommitdiff
path: root/tests/checkout/crlf.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-496/+0
* packbuilder: use the packfile name instead of hashEdward Thomson2022-01-271-2/+2
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-9/+9
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-42/+42
* clar: include the function nameethomson/clar_tapEdward Thomson2020-06-051-1/+1
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* checkout::crlf: ensure successethomson/crlfEdward Thomson2018-12-191-30/+33
* checkout::crlf clear the crlf workdir for checkoutEdward Thomson2018-12-031-0/+24
* crlf_data: move to a "to_workdir" folderEdward Thomson2018-12-031-2/+7
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-11/+11
* Fix some warningsJacques Germishuys2015-11-201-1/+1
* checkout::crlf test: don't crash when no idx entryEdward Thomson2015-11-161-4/+5
* checkout: plug a few leaksCarlos Martín Nieto2015-06-261-5/+15
* crlf tests: ensure that Unix obeys autocrlf=trueEdward Thomson2015-06-221-56/+17
* crlf tests: use known-good data produced by gitEdward Thomson2015-06-221-36/+156
* crlf: include utf8 resources in master branchEdward Thomson2015-06-221-7/+7
* tests: tick the index when we count OID calculationsCarlos Martín Nieto2015-06-161-19/+0
* crlf: tick the index forward to work around racy-git behaviourCarlos Martín Nieto2015-06-161-4/+26
* Fix ident replacement to match Git behaviorColomban Wendling2015-05-261-6/+6
* Illustrate bad checkout on WindowsJacques Germishuys2015-03-251-0/+20
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-271-15/+15
* Add files and tests with many UTF-8 chars and few UTF-8 charsLinquize2015-01-201-0/+25
* Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-241-2/+7
* crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-231-8/+2
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-12/+37
* Tests for core.autocrlf and .gitattributesEdward Thomson2014-02-091-25/+94
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-2/+2
* Rename tests-clar to testsBen Straub2013-11-141-0/+231