author | Junio C Hamano <gitster@pobox.com> | |
Fri, 28 Oct 2011 21:48:40 +0000 (14:48 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 1 Dec 2011 19:46:09 +0000 (11:46 -0800) | ||
commit | 568508e76570e9ea36aad6446959424cebcf0535 | |
tree | 9b71da7197e9a084c3406d6020672dd11ac26b24 | tree | snapshot |
parent | 6c526148644475acbc047faaeb57d42fde1f667d | commit | diff |
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>
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 | diff | blob | history | |
builtin/add.c | diff | blob | history | |
builtin/pack-objects.c | diff | blob | history | |
bulk-checkin.c | [new file with mode: 0644] | blob |
bulk-checkin.h | [new file with mode: 0644] | blob |
cache.h | diff | blob | history | |
config.c | diff | blob | history | |
environment.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
t/t1050-large.sh | diff | blob | history | |
zlib.c | diff | blob | history |