summaryrefslogtreecommitdiff
path: root/tests/refs/revparse.c
Commit message (Expand)AuthorAgeFilesLines
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-890/+0
* revparse: support bare '@'Edward Thomson2022-01-301-0/+7
* Merge branch 'main' into better-compatiblity-for-at-time-notationYoichi Nakayama2021-11-231-2/+2
|\
| * path: separate git-specific path functions from utilEdward Thomson2021-11-091-2/+2
* | Cause error when date parsing is failedYoichi Nakayama2021-10-221-0/+13
* | Return the oldest reflog entry on revparse when older time is givenYoichi Nakayama2021-10-221-5/+12
|/
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-11/+10
* revspec: rename git_revparse_mode_t to git_revspec_tethomson/revparseEdward Thomson2021-01-311-13/+13
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* revparse: support open-ended rangesWilliam Bain2017-05-051-0/+35
* revparse: Add test to make sure this doesn't regressVicent Marti2015-06-261-0/+15
* branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-031-3/+3
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-5/+5
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-221-3/+3
* 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
* Rename tests-clar to testsBen Straub2013-11-141-0/+813