Re: [PATCH] An alias that starts with "!!" runs in the current directory.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:45
Eli Barzilay [off-list ref] writes:
It looks like setup_git_directory_gently() returns the original CWD,...
It is designed to return what we internally call "prefix". You however
have to be careful as it can return NULL or an empty string when you are
already at the top of the working tree.