summaryrefslogtreecommitdiff
path: root/src/transports/git.c
Commit message (Collapse)AuthorAgeFilesLines
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-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 codeCarlos Martín Nieto2011-11-181-29/+16
|
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-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 directoryCarlos Martín Nieto2011-10-121-0/+516