]> git.proxmox.com Git - libgit2.git/commit
examples: add ls-remote, fetch and index-pack examples
authorCarlos Martín Nieto <carlos@cmartin.tk>
Sun, 2 Oct 2011 22:33:13 +0000 (00:33 +0200)
committerCarlos Martín Nieto <carlos@cmartin.tk>
Mon, 3 Oct 2011 00:32:32 +0000 (02:32 +0200)
commit2401262778fa50cea30d1988cec45dcb82b50712
tree80adb600f2bb02c941314dc725706827890e07c9
parentcd19ca9584bd01925e05e94e7f3bddae6880acda
examples: add ls-remote, fetch and index-pack examples

Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
examples/network/Makefile [new file with mode: 0644]
examples/network/common.h [new file with mode: 0644]
examples/network/fetch.c [new file with mode: 0644]
examples/network/git2.c [new file with mode: 0644]
examples/network/index-pack.c [new file with mode: 0644]
examples/network/ls-remote.c [new file with mode: 0644]