You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
A unique abbreviated commit ID can be retrieved with ObjectReader. That should be the default if no arguments are provided:
getAbbreviatedId() should return a 7 character or longer (as needed to be unique) getAbbreviatedId(int) should retain the current behavior of just giving you the exact length you asked for
However, it may make sense to deprecate the int variant.
A unique abbreviated commit ID can be retrieved with
ObjectReader. That should be the default if no arguments are provided:getAbbreviatedId()should return a 7 character or longer (as needed to be unique)getAbbreviatedId(int)should retain the current behavior of just giving you the exact length you asked forHowever, it may make sense to deprecate the
intvariant.