Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -196/+0 |
| | |||||
* | No such thing as an orphan branch | Carlos MartÃn Nieto | 2013-09-17 | 1 | -13/+13 |
| | | | | | | | | | | | 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. | ||||
* | Rename ref and reflog apis for consistency | Ben Straub | 2012-11-27 | 1 | -4/+4 |
| | |||||
* | test: Minor fixes | nulltoken | 2012-11-22 | 1 | -4/+4 |
| | |||||
* | repository: Refine repository_head() error report | nulltoken | 2012-11-12 | 1 | -0/+10 |
| | |||||
* | tests-clar/repo: remove unused variable | Michael Schubert | 2012-10-24 | 1 | -2/+0 |
| | |||||
* | tests: more git_repository_head_detached() coverage | nulltoken | 2012-10-22 | 1 | -0/+9 |
| | |||||
* | test: extract make_head_orphaned() logic | nulltoken | 2012-10-20 | 1 | -11/+4 |
| | |||||
* | tests: leverage git_repository_detach_head() | nulltoken | 2012-10-20 | 1 | -8/+5 |
| | |||||
* | errors: deploy GIT_EORPHANEDHEAD usage | nulltoken | 2012-10-19 | 1 | -5/+29 |
| | |||||
* | repository: introduce git_repository_set_head() | nulltoken | 2012-09-17 | 1 | -0/+44 |
| | |||||
* | repository: introduce git_repository_set_head_detached() | nulltoken | 2012-09-17 | 1 | -0/+34 |
| | |||||
* | repository: introduce git_repository_detach_head() | nulltoken | 2012-09-17 | 1 | -0/+35 |
| | |||||
* | repository: separate head related tests | nulltoken | 2012-09-17 | 1 | -0/+52 |