Open romkatv opened 5 years ago
Tested on master with the default config.
cd
git tag ohai
Expected: 2 and 4 display the same commit hash. The only difference is that 4 also has a tag. Actual: 2 and 4 display different commit hashes.
Tested on master with the default config.
cd
into a git repo and detach head. You need to be on a revision that doesn't have tags on it.git tag ohai
Expected: 2 and 4 display the same commit hash. The only difference is that 4 also has a tag. Actual: 2 and 4 display different commit hashes.