Re: [PATCH 3/4] read-tree: add --quiet

2019-03-22 Thread Philip Oakley
On 22/03/2019 09:31, Nguyễn Thái Ngọc Duy wrote: read-tree is basically the front end of unpack-trees code and shoud s/shoud/should/ Philip expose all of its functionality (unless it's designed for internal use). This "opts.quiet" (formerly "opts.gently") was added for builtin/checkout.c but

[PATCH 3/4] read-tree: add --quiet

2019-03-22 Thread Nguyễn Thái Ngọc Duy
read-tree is basically the front end of unpack-trees code and shoud expose all of its functionality (unless it's designed for internal use). This "opts.quiet" (formerly "opts.gently") was added for builtin/checkout.c but there is no reason why other read-tree users won't find this useful. The test