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
2013-12-03Merge pull request #1977 from ethomson/revertVicent Martí
2013-12-03Introduce git_revert to revert a single commitEdward Thomson
2013-12-03GIT_DIFF_FIND_REMOVE_UNMODIFIED sounds betterRussell Belfer
2013-12-03Add GIT_DIFF_FIND_DELETE_UNMODIFIED flagRussell Belfer
2013-12-03Fix bug making split deltas a COPIED targetsRussell Belfer
2013-11-19Merge pull request #1966 from nickh/patch_content_offsetsVicent Martí
2013-11-19tests: Drop unrelated commentnulltoken
2013-11-19tree-cache: Don't segfault upon corruptionnulltoken
2013-11-19Add content offset to git_diff_lineNick Hengeveld
2013-11-19Fix warningsRussell Belfer
2013-11-18Introduce git_cred_default for NTLM/SPNEGO authEdward Thomson
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-11-15Update files that reference tests-clarBen Straub
2013-11-15Rename tests-clar to testsBen Straub
2012-05-03Backport more test dataVicent Martí
2012-05-03Move test resourcesVicent Martí
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-26Merge pull request #642 from arrbee/mem-poolsRussell Belfer
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer
2012-04-25Include the new config test fileCarlos Martín Nieto
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-04-16config: parse quoted valuesCarlos Martín Nieto
2012-04-10tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken
2012-04-03Merge pull request #606 from benstraub/t04_commit_to_clarVicent Martí
2012-04-01Moved testing resources to clar, and removed old tests directory.Ben Straub
2012-04-01Removing test suites that have been ported to Clar:Ben Straub
2012-03-31Merge pull request #610 from arrbee/status-rewriteVicent Martí
2012-03-30t08_tag.c ported.Ben Straub
2012-03-26Fix handling of submodules in treesRussell Belfer
2012-03-26Fix error in tree iterator when popping up treesRussell Belfer
2012-03-23Restore default status recursion behaviorRussell Belfer
2012-03-22More status testingRussell Belfer
2012-03-22Adding new tests for new status commandRussell Belfer
2012-03-21test_helpers: fix unepextected closing of file on errornulltoken
2012-03-21Ported t04_commit.c to Clar.Ben Straub
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-07error-handling: RepositoryVicent Martí
2012-03-06Rename git_oid_to_string to git_oid_tostrAuthmillenon
2012-03-06error-handling: ReferencesVicent Martí
2012-03-03Revert GIT_STATUS constants to avoid issuesRussell Belfer
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-03-03Add tests and fix bugs for diff whitespace optionsRussell Belfer
2012-03-03Clean up diff implementation for reviewRussell Belfer
2012-03-03Initial implementation of git_diff_blobRussell Belfer
2012-03-03Simplify GIT_UNUSED macrosRussell Belfer
2012-03-03Add test for possible attr bugRussell Belfer
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-17Implement setting multivarsCarlos Martín Nieto
2012-02-17tests: add multivar read testCarlos Martín Nieto