]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Commit first cut at "git-fetch-pack"
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 4 Jul 2005 20:26:53 +0000 (13:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 4 Jul 2005 20:26:53 +0000 (13:26 -0700)
commitdef88e9afbf915ad76781aba7274398963b5e1a7
treef522cf646eafdefe3f916ff58ecfc779dde69ada
parent013e7c7ff498aae82d799f80da37fbd395545456
Commit first cut at "git-fetch-pack"

It's meant to be used by "git fetch" for the local and ssh case.

It doesn't actually do the fetching now, but it does discover the common
commit point.
Makefile
fetch-pack.c [new file with mode: 0644]
upload-pack.c [new file with mode: 0644]