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
2014-02-08Merge pull request #2042 from libgit2/cmn/conditional-refRussell Belfer
2014-02-08Fix some Windows warningsRussell Belfer
2014-02-07Merge pull request #2100 from libgit2/rb/update-pqueueVicent Marti
2014-02-06Merge pull request #2027 from libgit2/rb/only-windows-is-windowsBen Straub
2014-02-05revwalk: add a test for pushing all referencesCarlos Martín Nieto
2014-02-05revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto
2014-02-05revwalk: add a failing test for pushing "tags"Carlos Martín Nieto
2014-02-05refs: add an unconditional deleteCarlos Martín Nieto
2014-02-05refs: catch cases where the ref type has changedCarlos Martín Nieto
2014-02-05refs: check the ref's old value when deletingCarlos Martín Nieto
2014-02-05refs: bring conditional symbolic updates to the frontendCarlos Martín Nieto
2014-02-05refs: add tests for conditional updatesCarlos Martín Nieto
2014-02-04Fix typo setting sorted flag when reloading indexRussell Belfer
2014-02-04Convert pqueue to just be a git_vectorRussell Belfer
2014-02-04Add some priority queue testsRussell Belfer
2014-02-04Test that emulates a strange filter implementationEdward Thomson
2014-02-04Tests merging staged files identical to resultEdward Thomson
2014-02-04Tests merge when changes exist in workdir/indexEdward Thomson
2014-02-03Merge pull request #2095 from libgit2/update-head-reflogVicent Marti
2014-02-02Add `git_reference_is_note`.Arthur Schreiber
2014-02-01Add failing test caseBen Straub
2014-02-01Update to latest clarRussell Belfer
2014-01-31Allow tests to run without user configBen Straub
2014-01-31Enhance testing of signature parametersBen Straub
2014-01-31Provide good default reflog messages in branch apiBen Straub
2014-01-31Ensure moving a branch updates the reflogBen Straub
2014-01-31Ensure renaming a reference updates the reflogBen Straub
2014-01-31Add reflog parameters to git_branch_moveBen Straub
2014-01-31Deleting a branch deletes its reflogBen Straub
2014-01-31Augment clone API with reflog parametersBen Straub
2014-01-31Add reflog params to git_branch_createBen Straub
2014-01-31Add passing reflog testsBen Straub
2014-01-31Ensure creating HEAD creates its reflogBen Straub
2014-01-31Ensure updating HEAD updates reflogBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2014-01-31Merge pull request #2085 from libgit2/rb/index-tree-blob-collisionVicent Marti
2014-01-30Expand zstream tests and fix off-by-one errorRussell Belfer
2014-01-30Reorganize zstream API and fix wrap problemsRussell Belfer
2014-01-30Misc cleanupsRussell Belfer
2014-01-30Make submodule fetchRecurse match other optionsRussell Belfer
2014-01-30More index collision testsEdward Thomson
2014-01-30Add test for blob/tree name collisions in indexRussell Belfer
2014-01-30Don't strcmp a git_buf, strcmp its char *Edward Thomson
2014-01-28Add `git_graph_descendant_of`.Arthur Schreiber
2014-01-28Merge pull request #2066 from libgit2/rb/builtin-diff-driversVicent Marti
2014-01-28Add PHP tests and fix bug in PHP builtin driverRussell Belfer
2014-01-27Update Javascript userdiff driver and testsRussell Belfer
2014-01-27Merge pull request #2075 from libgit2/cmn/leftover-oidVicent Marti
2014-01-27Merge pull request #2077 from libgit2/cmn/buf-outVicent Marti
2014-01-27MSVC doesn't like modern codeCarlos Martín Nieto