Re: [PATCH 18/24] merge: do not setup worktree twice
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:42
Jonathan Nieder [off-list ref] writes:
Builtins do not need to run setup_worktree() for themselves, since
the builtin machinery runs it for them.
Signed-off-by: Jonathan Nieder <redacted>
---
This matter since '-h' cannot suppress _this_ setup_work_tree()
through the builtin machinery.
I think this should directly go to 'maint'. I ejected it from the
series.
Thanks.