]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/receive-pack.c
Add first cut at "git-receive-pack"
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 00:52:11 +0000 (17:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 30 Jun 2005 00:52:11 +0000 (17:52 -0700)
commit575f497456e4d4669b3b0095482ba2b86f6d2807
treeb5bd0c613fe913dac4ef895a6157c9fc9c115bf3
parentad6ce07c44c8f76599d506d38cc3194e886e694a
Add first cut at "git-receive-pack"

It's not working yet, but it's at the point where I want to be able to
track my changes.  The theory of operation is that this is the "remote"
side of a "git push".  It can tell us what references the remote side
has, receives out reference update commands and a pack-file, and can
execute the unpacking command.
Makefile
cache.h
receive-pack.c [new file with mode: 0644]