Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-03-03Implement reference counting for git_objectsVicent Marti
2011-03-03Fix searching in git_vectorVicent Marti
2011-03-03Change the object creation/lookup APIVicent Marti
2011-03-03Cleanup the testing toolkitVicent Marti
2011-03-03Add test deleteref::deleting_a_ref_which_is_both_packed_and_loose_should_remo...nulltoken
2011-03-03Add test for corner case in reference renamingnulltoken
2011-03-03Add test renameref::rename_a_loose_reference()nulltoken
2011-03-03Add test renameref::can_not_rename_a_reference_with_an_invalid_name()nulltoken
2011-03-03Add test renameref::can_not_rename_a_reference_with_an_invalid_name()nulltoken
2011-03-03Add test renameref::renaming_a_packed_reference_makes_it_loose()nulltoken
2011-03-03Slightly changed the behavior of git__joinpath() and git__joinpath_n().nulltoken
2011-03-03Enhance the packrefs::create_packfile() testnulltoken
2011-03-03Added copydir_recurs() to test_helpers.cnulltoken
2011-03-03Refactored some test related constants.nulltoken
2011-03-03Added tests to exercise the initialization and the opening of a repository.nulltoken
2011-03-03Removed a duplicate constant.nulltoken
2011-03-03Added rmdir_recurs(), a test helper function which recursively removes the co...nulltoken
2011-03-03Added some dirname and basename tests to ensure that trailing slashes are ign...nulltoken
2011-03-03Finish the References APIVicent Marti
2011-03-03Slightly enhanced the readability of some reference related tests.nulltoken
2011-03-03Removed duplicate tests.nulltoken
2011-03-03Split packed from unpacked referencesVicent Marti
2011-03-03Added test covering creation of nested symbolic references.nulltoken
2011-03-03Refactored the reference creation API.nulltoken
2011-03-03Added some more tests to ensure the correct behavior of git_reference__normal...nulltoken
2011-03-03Fixed line endings (CRLF->LF).nulltoken
2011-03-03Added git_reference__normalize_name() along with tests.nulltoken
2011-02-22Rewrite git_hashtable internalsVicent Marti
2011-02-22Add unit test for writing a big index fileVicent Marti
2011-02-18Improve the performance when writing Index filesVicent Marti
2011-02-09Internal changes on the backend systemVicent Marti
2011-02-09Use the new git__joinpath to build paths in methodsVicent Marti
2011-02-07Added tests exercising git_reference_write() to create a new symbolic referen...nulltoken
2011-02-07Merge branch 'refs-handling-tests' of https://github.com/nulltoken/libgit2Vicent Marti
2011-02-06Fix a memory leak in git__joinpath() tests.nulltoken
2011-02-05Fixed a small issue in git__join_path(). Added tests to exercise git__join_pa...nulltoken
2011-02-05Made test index_write_test() remove the test file it has created.nulltoken
2011-02-05Add support for SQLite backendsVicent Marti
2011-02-05Move data from t03 to a separate headerVicent Marti
2011-02-05Enforced refs handling tests.nulltoken
2011-02-05Fix directory/path manipulation methodsVicent Marti
2011-02-05Make more methods return error codesVicent Marti
2011-02-02Make the test return an error code on failureVicent Marti
2011-02-02Rewrite the unit testing suiteVicent Marti
2011-01-30Refactor reference parsing codeVicent Marti
2011-01-29Merge nulltoken's reference parsing codenulltoken
2011-01-29Fixed naming convention related issue.nulltoken
2011-01-29Added git_prettify_file_path().nulltoken
2011-01-29Fixed a parsing issue in git_prettify_dir_path().nulltoken
2011-01-29Return the created entry in git_tree_add_entry()Vicent Marti