Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No such thing as an orphan branch | Carlos MartÃn Nieto | 2013-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | -1/+1 |
| | |||||
* | repository: Refine repository_head() error report | nulltoken | 2012-11-12 | 1 | -0/+11 |
| | |||||
* | test: extract make_head_orphaned() logic | nulltoken | 2012-10-20 | 1 | -0/+11 |