]> git.ipfire.org Git - thirdparty/git.git/commit - walker.c
[PATCH] Generic support for pulling refs
authorDaniel Barkalow <barkalow@iabervon.org>
Mon, 6 Jun 2005 20:38:26 +0000 (16:38 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 7 Jun 2005 00:11:11 +0000 (17:11 -0700)
commitcd541a68b38cead87f5fa69d5331c467bce71656
tree8ea892ee097978aa0bc072f824c12fa6c8ab7a4e
parent9182f89ab2b0d861226c3ee3d98f9a6a670970e3
[PATCH] Generic support for pulling refs

This adds support to pull.c for requesting a reference and writing it to a
file. All of the git-*-pull programs get stubs for now.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
http-pull.c
local-pull.c
pull.c
pull.h
ssh-pull.c