summaryrefslogtreecommitdiff
path: root/examples/network/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-031-1/+1
* remote: don't free transport on disconnectMichael Schubert2012-05-021-0/+3
* remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-251-1/+20
* examples: run fetch in a background threadCarlos Martín Nieto2012-04-251-13/+56
* examples: port 'fetch' to the new APICarlos Martín Nieto2012-04-251-71/+22
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-31/+1
* examples/network/fetch.c: revert overzealous conversion of free to git__freeBrandon Casey2011-11-061-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-031-0/+127