summaryrefslogtreecommitdiff
path: root/tests-clar/index
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-1410-1936/+0
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-3/+3
* Convert git_index_read to have a "force" flagRussell Belfer2013-11-012-14/+15
* Make diff and status perform soft index reloadRussell Belfer2013-11-014-21/+30
* Prevent checkout_tree when conflicts exist, clear NAME on checkout treeEdward Thomson2013-10-161-0/+64
* Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí2013-10-082-16/+17
|\
| * More filemode cleanups for FAT on MacOSRussell Belfer2013-10-082-17/+12
| * Add git_repository_reset_filesystem and fix testsRussell Belfer2013-10-041-12/+18
* | index: Make _read() cope with index file creationnulltoken2013-10-041-0/+50
* | Tabify indentationsnulltoken2013-10-041-8/+8
|/
* Fix incorrect return code in crlf filterRussell Belfer2013-09-241-5/+6
* Add clar helper to create new commit from indexRussell Belfer2013-09-171-33/+2
* Better macro name for is-exec-bit-set testRussell Belfer2013-09-051-1/+1
* Fix tests of file modesRussell Belfer2013-09-051-2/+5
* index: report when it's lockedCarlos Martín Nieto2013-08-191-0/+25
* Add tests and fix use of freed memoryRussell Belfer2013-06-191-0/+20
* Add index pathspec-based operationsRussell Belfer2013-06-191-0/+254
* Test has to work on case sensitive systemsRussell Belfer2013-06-171-3/+14
* some simple case-sensitive index testsEdward Thomson2013-06-171-0/+32
* introduce git_conflict_iteratorEdward Thomson2013-05-171-3/+48
* Fix trailing whitespacesnulltoken2013-05-152-28/+28
* move NAME and REUC extensions to sys/Edward Thomson2013-04-302-0/+2
* renames!Edward Thomson2013-04-301-0/+83
* Test fixes and cleanupRussell Belfer2013-03-251-8/+10
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+40
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-221-8/+2
* clear REUC on checkoutEdward Thomson2013-03-041-0/+85
* Vector improvements and their falloutPhilip Kelley2013-01-274-18/+18
* Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer2013-01-252-13/+13
* add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-127-20/+39
* REUC needs to handle empty sidesEdward Thomson2013-01-101-0/+50
* Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+83
* Proper cleanup jeezVicent Marti2013-01-031-43/+40
* Move test cleanup into cleanup functionsBen Straub2013-01-031-1/+5
* Tests should clean up after themselvesBen Straub2013-01-031-0/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-274-7/+7
* API updates for index.hBen Straub2012-11-275-9/+9
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-233-0/+6
* Add a test for invalid filenames while writing tree from indexfilename-validationScott J. Goldman2012-11-181-0/+27
* Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-101-0/+4
|\
| * index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+4
* | index: refine add_from_workdir() error reportnulltoken2012-11-102-0/+24
* | index: make git_index_new() work with a NULL pathnulltoken2012-11-101-0/+11
|/
* index: Fix testsVicent Marti2012-11-011-2/+2
* index refactoringEdward Thomson2012-10-297-69/+534
* index: remove read_tree() progress indicatornulltoken2012-10-191-1/+1
* filemode: deploy enum usagenulltoken2012-08-211-20/+20
* Enable stats on git_index_read_tree.Ben Straub2012-07-301-1/+1
* Make index add/append support core.filemode flagRussell Belfer2012-06-191-0/+212
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1