libgit2/examples/network
Carlos Martín Nieto a6154f2183 indexer: remove the stream infix
It was there to keep it apart from the one which read in from a file on
disk. This other indexer does not exist anymore, so there is no need for
anything other than git_indexer to refer to it.

While here, rename _add() function to _append() and _finalize() to
_commit(). The former change is cosmetic, while the latter avoids
talking about "finalizing", which OO languages use to mean something
completely different.
2013-10-30 15:00:05 +01:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
clone.c Merge pull request #1891 from libgit2/cmn/fix-thin-packs 2013-10-28 09:25:44 -07:00
common.c Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
common.h Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
fetch.c Merge pull request #1891 from libgit2/cmn/fix-thin-packs 2013-10-28 09:25:44 -07:00
git2.c examples: init the threading system 2013-04-23 16:21:47 +02:00
index-pack.c indexer: remove the stream infix 2013-10-30 15:00:05 +01:00
ls-remote.c remote: move the credentials callback to the struct 2013-10-02 06:41:42 +02:00
Makefile Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00