summaryrefslogtreecommitdiff
path: root/tests/resources/testrepo
Commit message (Collapse)AuthorAgeFilesLines
* tests: use legitimate object idsEdward Thomson2016-02-281-0/+0
| | | | | Use legitimate (existing) object IDs in tests so that we have the ability to turn on strict object validation when running tests.
* checkout test: ensure .gitattributes lifecycleEdward Thomson2015-02-024-0/+2
| | | | | | The .gitattributes cache should not reload .gitattributes in the middle of checking out, only between checkout operations. Otherwise, we'll spend all our time stat'ing and read'ing the gitattributes.
* Introduce failing test for conflict filtering in indexEdward Thomson2014-10-133-0/+0
|
* Preserve tree filemode in index during checkoutEdward Thomson2014-01-223-0/+0
| | | | | | Don't try to determine whether the system supports file modes when putting the tree data in the index during checkout. The tree's mode is canonical and did not come from stat(2) in the first place.
* Rename tests-clar to testsBen Straub2013-11-1471-0/+49
|
* Backport more test dataVicent Martí2012-05-0253-43/+0
|
* Ported t04_commit.c to Clar.Ben Straub2012-03-2053-0/+43
Created a copy of tests/resources/testrepo.git that is compatible with the Clar sandboxing helpers. Restructured commit test suites to use Clar sandbox helpers. Now using typed data arrays rather than lots of macros to define test cases.