Re: [gentoo-portage-dev] Re: [PATCH] [sync] Run `git update-index --refresh` when doing shallow pulls

2016-10-31 Thread Michał Górny
On Mon, 31 Oct 2016 07:16:24 + (UTC) Martin Vaeth wrote: > Michał Górny wrote: > > + if quiet: # -q needs to go first > > + update_index_cmd.append('-q') > > The options -q --unmerged (which are implicitly passed by "git status") > are not only

[gentoo-portage-dev] Re: [PATCH] [sync] Run `git update-index --refresh` when doing shallow pulls

2016-10-31 Thread Martin Vaeth
Michał Górny wrote: > + if quiet: # -q needs to go first > + update_index_cmd.append('-q') The options -q --unmerged (which are implicitly passed by "git status") are not only to suppress verbosity: The git-update-index man page has to say for these