Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | peel: reject bad queries with EINVALIDSPECcmn/peeling-errors | Carlos Martín Nieto | 2014-11-22 | 1 | -3/+3 |
| | | | | | | | | | | There are some combination of objects and target types which we know cannot be fulfilled. Return EINVALIDSPEC for those to signify that there is a mismatch in the user-provided data and what the object model is capable of satisfying. If we start at a tag and in the course of peeling find out that we cannot reach a particular type, we return EPEEL. | ||||
* | Ensure renaming a reference updates the reflog | Ben Straub | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Add reflog params to git_branch_create | Ben Straub | 2014-01-30 | 1 | -3/+3 |
| | |||||
* | refs: remove the _with_log differentiation | Carlos Martín Nieto | 2014-01-15 | 1 | -1/+2 |
| | | | | | | Any well-behaved program should write a descriptive message to the reflog whenever it updates a reference. Let's make this more prominent by removing the version without the reflog parameters. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+813 |