tpope / vim-fugitive

fugitive.vim: A Git wrapper so awesome, it should be illegal
https://www.vim.org/scripts/script.php?script_id=2975
19.82k stars 1k forks source link

Completion of the commit hash in cmdline? #2284

Closed name-snrl closed 5 months ago

name-snrl commented 5 months ago

I was previously using git in cli, and the completion provided by fish helped a lot. For example, when I want to get a diff or an interactive rebase. What is the appropriate workflow for these cases in fugitive?

tpope commented 5 months ago

Git accepts abbreviated commit hashes. Completion seems redundant?

name-snrl commented 5 months ago

Completion seems redundant?

The problem is remembering the right one. Essentially, fish completion is git log --online.