Display longer hash #279
KevinWuWon
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Maybe I misunderstood but can't git2 abbreviate for you, extending lengths when running into ambiguities. Is there a reason you don't use this in git-branchess? From let abbrev_id = self
.repo
.raw()
.find_object(node.commit.id, None)
.unwrap()
.short_id()
.unwrap(); |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks to @yujong-lee's change in #306, this should be fixed on the latest development build :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few times, the 8-character hash has been too short and it has given me a collision. It's quite annoying when this happens because it just gives me an error message like:
and I still don't know which one I want.
My two feature requests are:
git sl
Beta Was this translation helpful? Give feedback.
All reactions