git rev-parse --show-toplevel inside `.git` returns 0 and prints nothing
From: Anthony Sottile <hidden> Date: 2019-11-18 22:27:07
I would expect it to either:
- exit nonzero
- produce the full path to the root of the repository
would a patch be accepted which changes it to do one of those two
things? I'd be happy to contribute such a patch
Anthony