summaryrefslogtreecommitdiff
path: root/tests-clar/refs
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-1434-4420/+0
* Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber2013-11-051-2/+2
* branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-051-62/+40
* Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-282-51/+65
|\
| * reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-25/+57
| * reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-022-27/+9
* | Merge pull request #1562 from libgit2/cmn/refs-namespace-lookupVicent Martí2013-10-111-0/+12
|\ \
| * | futils: return GIT_ENOTFOUND when trying to read a directoryCarlos Martín Nieto2013-10-111-0/+12
* | | Make reference lookups apply precomposeunicodeRussell Belfer2013-10-081-9/+6
* | | More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-4/+19
| |/ |/|
* | No such thing as an orphan branchCarlos Martín Nieto2013-09-172-4/+4
* | odb: Teach loose backend to return EAMBIGUOUSnulltoken2013-09-101-0/+31
* | Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-281-2/+28
|\ \
| * | Fix commentRussell Belfer2013-08-231-1/+1
| * | Don't try to pack symbolic refsRussell Belfer2013-08-201-2/+28
| |/
* | refs: add git_reference_is_tagNikolai Vladimirov2013-08-261-0/+16
|/
* Add long-file-name branch to test repoBen Straub2013-08-071-2/+2
* revparse: Don't return a reference when asked for a git objectnulltoken2013-07-131-0/+41
* ref: free the last ref when cancelling git_branch_foreach()yorah2013-06-171-1/+1
* Fix Windows warningsRussell Belfer2013-06-121-1/+1
* Reorganize diff and add basic diff driverRussell Belfer2013-06-104-13/+17
* Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-031-16/+19
|\
| * Liike thisVicent Marti2013-05-281-16/+19
* | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+27
|\ \ | |/ |/|
| * Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+27
* | 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-154-33/+32
* | Fix refdb iteration early termination bugRussell Belfer2013-05-111-8/+26
* | Merge pull request #1385 from carlosmn/refs-iterEdward Thomson2013-05-114-22/+105
|\ \
| * | refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-113-11/+11
| * | Remove outdated testCarlos Martín Nieto2013-05-111-11/+0
| * | Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto2013-05-111-0/+18
| * | refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+76
* | | Fix some memory leaksnulltoken2013-05-101-1/+2
| |/ |/|
* | git_branch_set_upstream with local branchesNikolai Vladimirov2013-05-061-0/+12
* | Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí2013-05-061-0/+6
|\ \ | |/ |/|
| * Set error message for branch functionsRussell Belfer2013-05-011-0/+6
* | refdb_fs: do not require peeled packed refs to be tagsJeff King2013-05-021-2/+29
|/
* remote: allow querying for refspecsCarlos Martín Nieto2013-04-201-1/+1
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-1/+2
* alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-193-0/+3
* git_revision -> git_revspecVicent Marti2013-04-151-14/+14
* Is this crazy?Vicent Marti2013-04-151-33/+26
* Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-151-36/+99
|\
| * 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
* | Merge pull request #1450 from carlosmn/branch-upstreamVicent Martí2013-04-115-138/+173
|\ \ | |/ |/|