]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
bulk-checkin: replace fast-import based implementation
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2011 21:48:40 +0000 (14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Dec 2011 19:46:09 +0000 (11:46 -0800)
commit568508e76570e9ea36aad6446959424cebcf0535
tree9b71da7197e9a084c3406d6020672dd11ac26b24
parent6c526148644475acbc047faaeb57d42fde1f667d
bulk-checkin: replace fast-import based implementation

This extends the earlier approach to stream a large file directly from the
filesystem to its own packfile, and allows "git add" to send large files
directly into a single pack. Older code used to spawn fast-import, but the
new bulk-checkin API replaces it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin/add.c
builtin/pack-objects.c
bulk-checkin.c [new file with mode: 0644]
bulk-checkin.h [new file with mode: 0644]
cache.h
config.c
environment.c
sha1_file.c
t/t1050-large.sh
zlib.c