libgit2/examples/network
Carlos Martín Nieto f184836bd2 remote: run a callback when updating the branch tips
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.
2012-04-25 13:25:45 +02:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
common.h examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00
fetch.c remote: run a callback when updating the branch tips 2012-04-25 13:25:45 +02:00
git2.c Use new error handling in the example network code 2012-04-11 19:16:10 +02:00
index-pack.c examples: stream indexer example 2012-04-13 22:19:45 +02:00
ls-remote.c remote: Cleanup the remotes code 2011-11-28 08:40:40 +01:00
Makefile remote: run a callback when updating the branch tips 2012-04-25 13:25:45 +02:00