summaryrefslogtreecommitdiff
path: root/tests/t12-repo.c
Commit message (Expand)AuthorAgeFilesLines
* Removing test suites that have been ported to Clar:Ben Straub2012-03-311-183/+0
* Move path related functions from fileops to pathRussell Belfer2012-01-171-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-17/+26
* repository: Change ownership semanticsVicent Marti2011-11-261-291/+0
* Free all used references in the source treeschu2011-11-061-0/+4
* *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+1
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-4/+4
* fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-3/+3
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-2/+2
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-2/+2
* | status: enhance determination of status for a single filenulltoken2011-09-151-2/+0
|/
* t12-repo.c: fix failing test discover0schu2011-08-101-1/+1
* discover: Make test run in temporary folder instead of altering the test reso...nulltoken2011-08-091-3/+3
* tests: fix cast warningsKirill A. Shutemov2011-07-251-1/+1
* status: refactor the tests to remove some code duplicationnulltoken2011-07-121-9/+5
* refs: Cleanup reference renamingVicent Marti2011-07-061-7/+7
* Remove duplicated recursive directory removal related codenulltoken2011-07-061-8/+7
* fileutils: Finish dropping the old `prettify_path`Vicent Marti2011-07-051-1/+1
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-4/+4
* fileops: CleanupVicent Marti2011-07-051-26/+26
* Hide ".git" directory on Windows upon creation of a non bare repositorynulltoken2011-06-291-0/+5
* repo: Rename HEAD-related methodsVicent Marti2011-06-281-10/+10
* Add tests for detached and orphanCarlos Martín Nieto2011-06-281-0/+42
* Plug leaks in the repo discovery testsCarlos Martín Nieto2011-06-161-0/+2
* Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-151-1/+1
|\
| * Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-151-1/+1
* | Merge pull request #231 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-061-0/+137
|\ \ | |/
| * Repository: A little fix in error code. GIT_ENOTFOUND is returned when a gitf...Romain Geissler2011-06-061-7/+5
| * Tests: Added tests for git_repository_discover.Romain Geissler2011-06-051-0/+139
* | repository: Export all internal pathsVicent Marti2011-06-041-4/+4
|/
* Add git_repository_is_bare() accessornulltoken2011-05-241-1/+8
* Add two new accessors to the repositorynulltoken2011-04-091-0/+4
* Add new method `git_repository_is_empty`Vicent Marti2011-04-081-0/+14
* Add test exercising the opening of an standard repository initialized by gitnulltoken2011-03-231-0/+19
* Add test exercising the opening of an empty bare repository initialized by gitnulltoken2011-03-231-0/+16
* Slightly enforce copy_recurs() behaviornulltoken2011-03-231-1/+0
* Improve test coverage of new path prettifying behaviornulltoken2011-03-231-1/+34
* Change gitfo_prettify_dir_path() and gitfo_prettify_file_path() behaviornulltoken2011-03-231-12/+8
* Add failing test for issue 84nulltoken2011-03-231-0/+22
* clean up temp repo for t12-repo testsTim Clem2011-03-041-8/+17
* Cleanup the testing toolkitVicent Marti2011-03-031-27/+45
* Refactored some test related constants.nulltoken2011-03-031-8/+6
* Added tests to exercise the initialization and the opening of a repository.nulltoken2011-03-031-0/+47
* Internal changes on the backend systemVicent Marti2011-02-091-0/+100