summaryrefslogtreecommitdiff
path: root/tests-clar/refs/revparse.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-813/+0
* odb: Teach loose backend to return EAMBIGUOUSnulltoken2013-09-101-0/+31
* revparse: Don't return a reference when asked for a git objectnulltoken2013-07-131-0/+41
* revparse: Make revparse_ext() return git_reference from names as wellnulltoken2013-05-161-2/+2
* revparse: Introduce git_revparse_ext()nulltoken2013-05-161-2/+47
* Fix trailing whitespacesnulltoken2013-05-151-11/+10
* git_revision -> git_revspecVicent Marti2013-04-151-14/+14
* Is this crazy?Vicent Marti2013-04-151-33/+26
* Change git_revparse to output git_object pointersBen Straub2013-04-151-7/+12
* Redeploy git_revparse_single.Ben Straub2013-04-151-61/+50
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-30/+40
* Implement unified git_revparseBen Straub2013-04-081-0/+59
* test: Add missing NULLsVicent Marti2013-04-071-1/+1
* Merge remote-tracking branch 'gnprice/revwalk' into developmentVicent Marti2013-04-071-0/+43
|\
| * revparse: Parse range-like syntaxGreg Price2013-04-061-0/+43
* | immutable references and a pluggable ref databaseEdward Thomson2013-03-071-3/+4
|/
* revparse: Lookup sha before branchnulltoken2013-02-031-0/+74
* revparse: Lookup branch before described tagnulltoken2013-02-031-0/+35
* revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-011-35/+46
* revparse: remove timezone setup in testsnulltoken2012-12-011-10/+0
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-2/+2
* revparse: properly handle refnames containing a @nulltoken2012-10-181-0/+34
* Revparse: GIT_EAMBIGUOUSBen Straub2012-08-251-0/+9
* revparse: don't allow an empty stringCarlos Martín Nieto2012-07-231-1/+2
* revparse: extend test coveragenulltoken2012-07-151-2/+40
* revparse: fix disambiguation of refs and abbrev oidsnulltoken2012-07-121-0/+49
* revparse: simplify handling of the colon syntaxnulltoken2012-07-121-2/+16
* revparse: unfound reference return ENOTFOUNDnulltoken2012-07-071-0/+2
* revparse: fix invalid test reference namenulltoken2012-07-071-3/+7
* revparse: do not segfault when retrieving the last entrynulltoken2012-07-071-0/+1
* revparse: split reflog test per featurenulltoken2012-07-071-8/+18
* revparse: enhance upstream reflog test coveragenulltoken2012-07-071-2/+12
* revparse: enhance refs/<name> coveragenulltoken2012-07-071-2/+57
* revparse: detect incorrect "refname@{-n}" syntaxnulltoken2012-07-071-0/+1
* revparse: slightly improve readability of testsnulltoken2012-07-071-18/+24
* revparse: readonly tests don't need a sandboxed reponulltoken2012-07-071-2/+3
* revparse: fix parsing of date specifiersnulltoken2012-07-021-7/+66
* revparse: unfound reflog entry returns ENOTFOUNDnulltoken2012-06-291-0/+1
* revparse: unfound reflog ref returns ENOTFOUNDnulltoken2012-06-291-0/+2
* revparse: unfound partially-named ref returns ENOTFOUNDnulltoken2012-06-291-2/+1
* revparse: unfound nth parent returns ENOTFOUNDnulltoken2012-06-281-0/+2
* revparse: handle specs with caret and colonnulltoken2012-06-281-0/+2
* revparse: unfound treepath returns ENOTFOUNDnulltoken2012-06-281-1/+5
* revparse: return trees through the "colon" syntaxnulltoken2012-06-281-1/+6
* revparse: replace spaces with tabsnulltoken2012-06-281-87/+87
* Avoid uninitialized variable error.Ben Straub2012-06-191-0/+3
* Fix potential segfault in revparse.Ben Straub2012-06-191-0/+1
* Tests: wrap 'getenv' and friends for Win32 tests.Ben Straub2012-06-081-3/+3
* Fixing rev-parse-induced Travis errors.Ben Straub2012-06-071-4/+8
* Rev-parse: implement ":/foo" syntax.Ben Straub2012-06-011-1/+5