junegunn / fzf-git.sh

bash and zsh key bindings for Git objects, powered by fzf
612 stars 53 forks source link

Fix ctrl+d in the ctrl+g ctrl+h display not match SHA1 question #21

Closed zhouchuanfu closed 6 months ago

jesperronn commented 6 months ago

looks good to me 👍

I can confirm that hashes ctrl-D before this branch: Already broken.

However, I have not tried this branch out.

On the other hand, merging this will not break functionality, since it is already broken.

junegunn commented 6 months ago

The purpose of CTRL-D is to show the difference between the selected commit and the current HEAD. So I'd say this is working as expected.