Re: [PATCH] Add a test for git-commit being confused by relative GIT_DIR
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:28
David Kastrup [off-list ref] writes:
quoted
Also I do not think you would want to say touch $(pwd)/output
there inside the here text that begins with <<EOF not <<\EOF.
But I most certainly do!
Then you would need to shell-quote $(pwd) so that you can have
your git.git checked out somewhere under "/My Documents/source"
directory, wouldn't you?