]> git.ipfire.org Git - thirdparty/git.git/commit
bundle-create: progress output control
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 10 Nov 2019 20:41:25 +0000 (12:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Nov 2019 02:46:28 +0000 (11:46 +0900)
commit79862b6b77c07b88ae1137fa602bf2046f979ad9
tree5083a781f623851f03527d277e844ed110d41150
parent73c3253d75e1268946834e72147481fc9a66cc90
bundle-create: progress output control

Support the progress output options from pack-objects in git-bundle's
create subcommand. Most notably, this provides --quiet as requested on
the git mailing list per [1]

Reference: https://www.mail-archive.com/git@vger.kernel.org/msg182844.html <robbat2-20190806T191156-796782357Z@orbis-terrarum.net>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bundle.txt
builtin/bundle.c
bundle.c
bundle.h