]> git.ipfire.org Git - thirdparty/git.git/commit - walker.c
[PATCH] Split out "pull" from particular methods
authorDaniel Barkalow <barkalow@iabervon.org>
Sat, 30 Apr 2005 23:53:56 +0000 (16:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 30 Apr 2005 23:53:56 +0000 (16:53 -0700)
commit4250a5e5b1755e45153248217fe1d5550c972c8d
treeec4e77e64d8db8f075c5e0a5023c243587b22a66
parent5e7921e7c1a844974469a5f865ebf0001ff06311
[PATCH] Split out "pull" from particular methods

The method for deciding what to pull is useful separately from any of the
ways of actually fetching the objects.

So split out "pull" functionality from http-pull and rpull

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Makefile
http-pull.c
pull.c [new file with mode: 0644]
pull.h [new file with mode: 0644]
rpull.c