git log throws error "ambiguous argument"
- by LonelyPixel
This used to work about a year ago. Now it doesn't:
git log --abbrev=6
The expected result would be all commit hashes abbreviated to 6 characters.
The actual result is now this error message:
fatal: ambiguous argument '6': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...]…