Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -85/+0 |
| | |||||
* | clone: put the callbacks struct directly in the clone options | Carlos Martín Nieto | 2013-10-02 | 1 | -0/+2 |
| | | | | There's no need for this to be a pointer to somewhere else. | ||||
* | No such thing as an orphan branch | Carlos Martín Nieto | 2013-09-17 | 1 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
* | Fix trailing whitespaces | nulltoken | 2013-05-15 | 1 | -2/+2 |
| | |||||
* | branch: rename 'tracking' to 'upstream' | Carlos Martín Nieto | 2013-03-30 | 1 | -1/+1 |
| | | | | | The term 'tracking' is overloaded. Help distinguish what we mean by using 'upstream' for this part of the library. | ||||
* | branch: Make git_branch_remote_name() cope with orphaned heads | nulltoken | 2013-02-22 | 1 | -3/+17 |
| | |||||
* | Fix MSVC compilation warnings | nulltoken | 2013-02-05 | 1 | -1/+1 |
| | | | | Fix #1308 | ||||
* | branch: Introduce git_branch_tracking_name() | nulltoken | 2013-01-16 | 1 | -0/+11 |
| | |||||
* | Add more clone options. Push test suite segfaults. | Ben Straub | 2012-12-19 | 1 | -19/+3 |
| | |||||
* | clone-empty-test: Don't use one pointer for two things | Sascha Cunz | 2012-12-19 | 1 | -3/+7 |
| | | | | ... so we can clean up correctly. | ||||
* | Cleanup the test correctly | Sascha Cunz | 2012-12-17 | 1 | -1/+4 |
| | |||||
* | Remove placeholder files during tests | Ben Straub | 2012-12-14 | 1 | -0/+67 |