Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -157/+0 |
| | |||||
* | No such thing as an orphan branch | Carlos MartÃn Nieto | 2013-09-17 | 1 | -4/+4 |
| | | | | | | | | | | | Unfortunately git-core uses the term "unborn branch" and "orphan branch" interchangeably. However, "orphan" is only really there for the checkout command, which has the `--orphan` option so it doesn't actually create the branch. Branches never have parents, so the distinction of a branch with no parents is odd to begin with. Crucially, the error messages deal with unborn branches, so let's use that. | ||||
* | reset: Cannot soft reset with a conflicted index | nulltoken | 2013-01-04 | 1 | -0/+25 |
| | |||||
* | Rename ref and reflog apis for consistency | Ben Straub | 2012-11-27 | 1 | -6/+6 |
| | |||||
* | Reset all static variables to NULL in clar's __cleanup | Sascha Cunz | 2012-11-23 | 1 | -0/+2 |
| | | | | | | | | | | | | 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 | ||||
* | repo: enhance git_repository_state() detection | nulltoken | 2012-10-27 | 1 | -0/+1 |
| | |||||
* | tests: fix a memory leak | nulltoken | 2012-10-27 | 1 | -0/+2 |
| | |||||
* | GIT_EUNMERGED | Edward Thomson | 2012-10-24 | 1 | -1/+3 |
| | |||||
* | reset changes for merge | Edward Thomson | 2012-10-24 | 1 | -0/+13 |
| | |||||
* | reset: make git_reset() cope with an orphaned HEAD | nulltoken | 2012-10-22 | 1 | -0/+21 |
| | |||||
* | tests: leverage git_repository_detach_head() | nulltoken | 2012-10-20 | 1 | -12/+1 |
| | |||||
* | Add git_reset() | nulltoken | 2012-06-07 | 1 | -0/+102 |
Currently supports Soft and Mixed modes. |