summaryrefslogtreecommitdiff
path: root/examples/network/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add clone to the network example.Ben Straub2012-07-301-0/+1
|
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-1/+1
| | | | | Not everyone who indexes a packfile wants to put it in the standard git repository location.
* Fix incorrect revertChris Young2012-06-141-1/+1
|
* Updates from comments on OS4 compatibility pull request ↵Chris Young2012-06-141-2/+1
| | | | http://github.com/libgit2/libgit2/pull/766
* Let platform 'Generic' get the regex deps so we don't need to use our ↵Chris Young2012-06-091-2/+2
| | | | external ones
* Fix makefileChris Young2012-06-091-3/+4
|
* remote: run a callback when updating the branch tipsCarlos Martín Nieto2012-04-251-1/+1
| | | | | | | | This allows the caller to update an internal structure or update the user output with the tips that were updated. While in the area, only try to update the ref if the value is different from its old one.
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-10/+1
| | | | | | - 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/+23
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>