summaryrefslogtreecommitdiff
path: root/examples/network/ls-remote.c
Commit message (Collapse)AuthorAgeFilesLines
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-37/+9
| | | | | | - Hide the remaining transports code - Drop `git_headarray`, switch to using a callback to list refs. Makes the code cleaner.
* examples: add ls-remote, fetch and index-pack examplesCarlos Martín Nieto2011-10-031-0/+104
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>