]> git.ipfire.org Git - thirdparty/git.git/commit
replay: remove progress and info output
authorElijah Newren <newren@gmail.com>
Fri, 24 Nov 2023 11:10:37 +0000 (12:10 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Nov 2023 01:10:49 +0000 (10:10 +0900)
commit4a37727626ae60c1e791c243679bc8d437052ee4
tree1ec29d53a52016f1a1bf0c8ee8bfd0d2bcad4f2f
parent38283bced8bc75f12af7bc0d0a9b135d7f42beea
replay: remove progress and info output

The replay command will be changed in a follow up commit, so that it
will not update refs directly, but instead it will print on stdout a
list of commands that can be consumed by `git update-ref --stdin`.

We don't want this output to be polluted by its current low value
output, so let's just remove the latter.

In the future, when the command gets an option to update refs by
itself, it will make a lot of sense to display a progress meter, but
we are not there yet.

Co-authored-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/replay.c