Re: [PATCH 0/2] commit-graph: add progress output

2018-09-05 Thread Derrick Stolee

On 9/4/2018 4:27 PM, Ævar Arnfjörð Bjarmason wrote:

This series adds progress output to the commit-graph command, so that
when it's called by "git gc" or "git fsck" we can see what's going on
with it.

Ævar Arnfjörð Bjarmason (2):
   commit-graph write: add progress output
   commit-graph verify: add progress output

  commit-graph.c | 44 +++-
  1 file changed, 43 insertions(+), 1 deletion(-)


Thanks for writing this, Ævar. I appreciate that you took the time to 
fill in an important UX gap.


I had a couple of comments, but generally this is a good change.

-Stolee



[PATCH 0/2] commit-graph: add progress output

2018-09-04 Thread Ævar Arnfjörð Bjarmason
This series adds progress output to the commit-graph command, so that
when it's called by "git gc" or "git fsck" we can see what's going on
with it.

Ævar Arnfjörð Bjarmason (2):
  commit-graph write: add progress output
  commit-graph verify: add progress output

 commit-graph.c | 44 +++-
 1 file changed, 43 insertions(+), 1 deletion(-)

-- 
2.19.0.rc1.350.ge57e33dbd1