Johannes Sixt [off-list ref] writes:
quoted
"../." taken relative to "$(pwd)/." must be "$(pwd)/."
"../." taken relative to "$PWD/." must be "$(pwd)/."
test, because of the limitation of your bash, cannot have the latter
half of the pair, so you'd need to comment it out with in-code
explanation, perhaps?
No, we do not have to test both cases. Git, the program, never sees
Unixy input. It cannot distinguish the two cases.
Thanks.