Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote: Cleanup the remotes coderepo-ownership | Vicent Marti | 2011-11-28 | 1 | -12/+11 |
| | | | | | | - Hide the remaining transports code - Drop `git_headarray`, switch to using a callback to list refs. Makes the code cleaner. | ||||
* | net: move the reference storage to common code | Carlos Martín Nieto | 2011-11-18 | 1 | -29/+16 |
| | |||||
* | global: Properly use `git__` memory wrappers | Vicent Marti | 2011-10-28 | 1 | -9/+9 |
| | | | | | Ensure that all memory related functions (malloc, calloc, strdup, free, etc) are using their respective `git__` wrappers. | ||||
* | Move the transports to their own directory | Carlos Martín Nieto | 2011-10-12 | 1 | -0/+516 |