summaryrefslogtreecommitdiff
path: root/tests/revwalk
Commit message (Collapse)AuthorAgeFilesLines
* revwalk::simplify test should testEdward Thomson2014-07-011-3/+3
| | | | | | The revwalk::simplify test was not actually tested the values from the revwalk against the expected. (Further, the expected had two IDs transposed.)
* Introduce cl_assert_equal_oidEdward Thomson2014-07-012-18/+12
|
* No need to find merge base.Anurag Gupta2014-03-311-4/+75
|
* Decorate unused params as unused in revwalk::hidecb testsEdward Thomson2014-03-261-0/+9
|
* Modified test for revwalk_hidecbAnurag Gupta2014-03-241-2/+2
|
* Conforming to libgit2 coding style.Anurag Gupta2014-03-241-3/+2
|
* Unit Tests for hide_cb in revwalkAnurag Gupta2014-03-241-0/+199
|
* Implement git_merge_base_octopusAimeast2014-03-181-1/+64
|
* Fix pqueue sort boundary condition bugRussell Belfer2014-03-121-0/+59
| | | | | | If the pqueue comparison fn returned just 0 or 1 (think "a<b") then the sort order of returned items could be wrong because there was a "< 0" that really needed to be "<= 0". Yikes!!!
* revwalk: add a test for pushing all referencesCarlos Martín Nieto2014-02-051-0/+19
| | | | This used to be broken, let's make sure we don't break this use-case.
* revwalk: ignore wrong object type in glob pushesCarlos Martín Nieto2014-02-051-1/+10
| | | | | Pushing a whole namespace can cause us to attempt to push non-committish objects. Catch this situation and special-case it for ignoring this.
* revwalk: add a failing test for pushing "tags"Carlos Martín Nieto2014-02-051-0/+10
| | | | This shows that pusing a whole namespace can be problematic.
* Rename tests-clar to testsBen Straub2013-11-144-0/+748