junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

[[B]Commits] Bump Git commit hash length limit to 40 #1495

Closed Frederick888 closed 1 year ago

Frederick888 commented 1 year ago

When working in large repositories, 9 characters can be ambiguous. Bumping it to 40, which is the length of SHA-1. (The algorithm is not that relevant though. Even when SHA-256 takes over, 40 characters should still be enough for most repositories.)

junegunn commented 1 year ago

LGTM, thanks!