Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revwalk: add failing test for hiding and then pushing a commit | Carlos Martín Nieto | 2015-04-08 | 1 | -0/+17 |
| | | | | | When we hide a commit which we later push into the revwalk, we do not handle this well and return commits which we should not. | ||||
* | tests: update for new test data | Edward Thomson | 2015-02-02 | 1 | -1/+1 |
| | |||||
* | revwalk::mergebase test: free memory | Edward Thomson | 2014-10-26 | 1 | -0/+1 |
| | |||||
* | Add git_merge_bases_many. | Arthur Schreiber | 2014-10-09 | 1 | -2/+22 |
| | |||||
* | Factor 40 and 41 constants from source. | Ciro Santilli | 2014-09-16 | 1 | -4/+4 |
| | |||||
* | Merge pull request #2481 from libgit2/cmn/oidarray | Vicent Marti | 2014-08-29 | 1 | -0/+18 |
|\ | | | | | merge: expose multiple merge bases | ||||
| * | merge: expose multiple merge basescmn/oidarray | Carlos Martín Nieto | 2014-07-27 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | We always calculate multiple merge bases, but up to now we had only exposed the "best" merge base. Introduce git_oidarray which analogously to git_strarray lets us return multiple ids. | ||||
* | | Fix ahead-behind tests | Carlos Martín Nieto | 2014-08-28 | 1 | -18/+18 |
|/ | | | | | The logic was reversed. I have checked manually each pair with git and adjusted the expectation to what git status prints. | ||||
* | revwalk::simplify test should test | Edward Thomson | 2014-07-01 | 1 | -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_oid | Edward Thomson | 2014-07-01 | 2 | -18/+12 |
| | |||||
* | No need to find merge base. | Anurag Gupta | 2014-03-31 | 1 | -4/+75 |
| | |||||
* | Decorate unused params as unused in revwalk::hidecb tests | Edward Thomson | 2014-03-26 | 1 | -0/+9 |
| | |||||
* | Modified test for revwalk_hidecb | Anurag Gupta | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | Conforming to libgit2 coding style. | Anurag Gupta | 2014-03-24 | 1 | -3/+2 |
| | |||||
* | Unit Tests for hide_cb in revwalk | Anurag Gupta | 2014-03-24 | 1 | -0/+199 |
| | |||||
* | Implement git_merge_base_octopus | Aimeast | 2014-03-18 | 1 | -1/+64 |
| | |||||
* | Fix pqueue sort boundary condition bug | Russell Belfer | 2014-03-12 | 1 | -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 references | Carlos Martín Nieto | 2014-02-05 | 1 | -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 pushes | Carlos Martín Nieto | 2014-02-05 | 1 | -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 Nieto | 2014-02-05 | 1 | -0/+10 |
| | | | | This shows that pusing a whole namespace can be problematic. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 4 | -0/+748 |