]> Sergey Matveev's repositories - public-inbox.git/commit
fetch|clone|--mirror: shorten paths for progress output
authorEric Wong <e@80x24.org>
Wed, 15 Sep 2021 21:35:58 +0000 (21:35 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 Sep 2021 23:14:32 +0000 (23:14 +0000)
commit5a5d2496f139e45823dbee3361ab790b2db4d31f
treee28dcdb736807c338b0fa6c1c47209b848770aae
parent5d9dcc31959d520d3e7bed3f68871245bc915ca3
fetch|clone|--mirror: shorten paths for progress output

The full pathname for "curl -o ..." was too noisy and confusing.
Reduce confusion by adding the ".tmp" suffix and relying on
"-C".  We'll also avoid displaying "-C" in run_reap() and
rely on "--git-dir=" with "git fetch" to display progress for
users.
lib/PublicInbox/Fetch.pm
lib/PublicInbox/LeiMirror.pm
t/lei-mirror.t