From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:15
Jeff King [off-list ref] writes:
I didn't think that could happen now, because you would not be in the
working tree, and therefore require_work_tree would fail.
Ok, then I was worried about a non-existing problem, which is good.
Then we can introduce cd_to_top that is more sensible than cd_to_toplevel
and perhaps add some warning to the latter about deprecation and
migration.
Thanks.