Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge: Fix memory leak in testvmg/redundant | Vicent Marti | 2015-11-02 | 1 | -0/+1 |
| | |||||
* | Add test case | Vicent Marti | 2015-11-02 | 1 | -0/+19 |
| | |||||
* | 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 |
| | |||||
* | 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. | ||||
* | Introduce cl_assert_equal_oid | Edward Thomson | 2014-07-01 | 1 | -7/+7 |
| | |||||
* | Implement git_merge_base_octopus | Aimeast | 2014-03-18 | 1 | -1/+64 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+392 |