]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
upload-pack: convert to a builtin
authorBrandon Williams <bmwill@google.com>
Wed, 14 Mar 2018 18:31:41 +0000 (11:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 21:15:06 +0000 (14:15 -0700)
commita3d6b53e92528d20fdaca504614f260c5b457b29
tree93b5c74f2fa31c9a6c7e6b583b66ecdc075dd7a1
parenta4cfd41c7be81c10b925532979e81e4d07f6b376
upload-pack: convert to a builtin

In order to allow for code sharing with the server-side of fetch in
protocol-v2 convert upload-pack to be a builtin.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin.h
builtin/upload-pack.c [new file with mode: 0644]
git.c
upload-pack.c
upload-pack.h [new file with mode: 0644]