tests-clar/refs/branches/move.c


Log

Author Commit Date CI Message
nulltoken 62173038 2012-11-12T20:47:32 branch: Deploy EINVALIDSPEC usage
Sascha Cunz 9094d30b 2012-11-23T11:41:56 Reset all static variables to NULL in clar's __cleanup Without this change, any failed assertion in the second (or a later) test inside a test suite has a chance of double deleting memory, resulting in a heap corruption. See #1096 for details. This leaves alone the test cases where we "just" use cl_git_sandbox_init() and cl_git_sandbox_cleanup(). These methods already take good care to not double delete a repository. Fixes #1096
nulltoken 383f164a 2012-09-07T17:55:30 branch: rename config section upon moving
nulltoken 6251de1d 2012-10-11T14:09:27 branches: cover EEXISTS propagation upon moving
nulltoken b52b6571 2012-09-22T12:42:16 branch: enhance branch moving test coverage
nulltoken bf9e8cc8 2012-07-20T16:34:08 branch: make git_branch_move() reference based
nulltoken 326ca710 2012-07-19T15:32:58 branch: remove useless header
Vicent Martí 904b67e6 2012-05-18T01:48:50 errors: Rename error codes
Vicent Martí e172cf08 2012-05-18T01:21:06 errors: Rename the generic return codes
nulltoken 48ce97dd 2012-05-13T11:03:29 branch: cover with test that moving a non existing branch returns ENOTFOUND
nulltoken 4615f0f7 2012-04-09T03:22:14 branch: add git_branch_move()