Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | push: move main test function to git_remote_push() | Carlos MartÃn Nieto | 2014-11-09 | 1 | -0/+16 |
| | | | | | | | We have the step-by-step method in the initialization function as we want to remove references based on the list of references which are already there, and we can use the convenience function for testing the main push. | ||||
* | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_s | Vicent Marti | 2014-08-18 | 1 | -4/+2 |
| | | | | | | The old `allocfmt` is of no use to callers, as they are not able to free the returned buffer. Export a new API that returns a static string that doesn't need to be freed. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+132 |