Re: [PATCH] Change 'Deltifying objects' to 'Delta compressing objects'
From: Jeff King <hidden>
Date: 2016-06-15 22:43:43
On Thu, Oct 18, 2007 at 11:01:02PM -0400, Nicolas Pitre wrote:
quoted
- When fetching, one progress meter says "Indexing" which, while technically true, is almost certainly blocking on "Downloading". InI have some WIP for that.
Great, I won't start work on it, then.
Maybe the "Removing unused objects" should use the common progress infrastructure? It could even use the delayed interface, just like when checking out files, so no progress at all is displayed when that operation completes within a certain delay. And the removal of unused objects is usually quick.
Are you volunteering (I think you know the progress code best)? Otherwise, I will get to it, but probably not tonight.
But I like the statistics. They might be pretty handy to diagnoze performance issues on remote servers for example.
They are by far the most useful of the three lines I mentioned, but I just wonder if they are a bit meaningless and cluttery for light users. We can always cut the others and see how it looks. -Peff