summaryrefslogtreecommitdiff
path: root/tests-clar/repo
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-1416-3369/+0
* tests: make a few globals staticsCarlos Martín Nieto2013-11-131-1/+1
* Plug configuration file search paths leaksnulltoken2013-11-052-0/+10
* Preserve file error in iteratorRussell Belfer2013-11-041-0/+34
* iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-011-1/+1
* More cleanups to remove WIN assumptionsRussell Belfer2013-10-031-14/+3
* Update repo init with fewer platform assumptionsRussell Belfer2013-10-031-44/+48
* Add check if we need to precompose unicode on MacRussell Belfer2013-10-031-0/+10
* Fix warnings on Windows 64-bit buildRussell Belfer2013-09-231-1/+1
* Add clar helper to create new commit from indexRussell Belfer2013-09-171-0/+5
* No such thing as an orphan branchCarlos Martín Nieto2013-09-174-19/+19
* Better macro name for is-exec-bit-set testRussell Belfer2013-09-051-1/+1
* GIT_MODE_TYPE should exclude setgid bitsRussell Belfer2013-09-051-6/+2
* Fix tests of file modesRussell Belfer2013-09-051-15/+18
* Fix tests to use core.filemode correctlyRussell Belfer2013-09-041-13/+9
* _umask is function name on WindowsRussell Belfer2013-09-041-5/+5
* Make tests take umask into accountRussell Belfer2013-09-041-2/+13
* Improve isolation of new test from user environsRussell Belfer2013-08-161-0/+11
* New test that inits repo and make commitRussell Belfer2013-08-161-0/+49
* Add long-file-name branch to test repoBen Straub2013-08-071-1/+2
* Add BARE option to git_repository_open_extRussell Belfer2013-07-101-4/+61
* Add public API for pathspec matchingRussell Belfer2013-07-101-0/+385
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1/+1
* Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-311-10/+11
* Merge pull request #1603 from ben/shallowVicent Martí2013-05-241-0/+33
|\
| * Improve test failure outputBen Straub2013-05-231-0/+33
* | More tests of config with various absent filesRussell Belfer2013-05-231-2/+127
|/
* Fix git_repository_message docsRussell Belfer2013-05-091-1/+6
* repo: unconditionally create a global config backendCarlos Martín Nieto2013-05-072-1/+76
* Catch issue in config set with no config fileRussell Belfer2013-04-301-0/+35
* Make refcounting atomicCarlos Martín Nieto2013-04-222-8/+8
* Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-211-0/+2
* Fix fs iterator test on case sensitive fsRussell Belfer2013-04-181-2/+2
* Fix uninitialized var warningsRussell Belfer2013-04-181-1/+1
* More filesystem iterator testsRussell Belfer2013-04-181-31/+103
* Add filesystem iterator variantRussell Belfer2013-04-181-0/+44
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-222-8/+3
* Fix valgrind issues (and mmap fallback for diff)Russell Belfer2013-03-141-0/+2
* Fix workdir iterator bugsRussell Belfer2013-03-131-4/+65
* Stabilize order for equiv tree iterator entriesRussell Belfer2013-03-111-9/+101
* Fix tree iterator advance using wrong name compareRussell Belfer2013-03-111-0/+55
* Fix tree iterator path for tree issue + cleanupsRussell Belfer2013-03-111-0/+16
* Use correct case path in icase tree iteratorRussell Belfer2013-03-101-2/+2
* Add tests for case insensitive tree iteratorRussell Belfer2013-03-101-0/+93
* Make tree iterator handle icase equivalenceRussell Belfer2013-03-081-51/+159
* Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer2013-03-061-12/+185
* Make iterator APIs consistent with standardsRussell Belfer2013-03-061-0/+210
* Make mode handling during init more like gitRussell Belfer2013-02-271-34/+39
* Fix portability issues on WindowsRussell Belfer2013-02-261-8/+31
* Fix initialization of repo directoriesRussell Belfer2013-02-261-8/+109