summaryrefslogtreecommitdiff
path: root/tests/refs/revparse.c
Commit message (Collapse)AuthorAgeFilesLines
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-221-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 reflogBen Straub2014-01-301-1/+1
|
* Add reflog params to git_branch_createBen Straub2014-01-301-3/+3
|
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-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 testsBen Straub2013-11-141-0/+813