RTFM Checklist
Operating system
Mac
Shell
zsh
Neovim version (nvim --version)
NVIM v0.11.1
Fzf version (fzf --version)
0.60.2
Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))
--bind alt-a:select-all,alt-k:preview-up,alt-j:preview-down
Is the problem reproducible with mini.sh?
Fzf-lua configuration
require('fzf-lua').setup({
})
Describe the bug / steps to reproduce
When running git_bcommits, any file with exactly one commit in its history does not display that commit in the list.
To Reproduce
-
In a new repo, create and commit a file:
git init
echo "hello world" > single.txt
git add single.txt
git commit -m "Initial add of single.txt"
-
Open single.txt
-
Run
Expected behavior
git_bcommits should list all, including the very first (and only) commit.
Actual behavior
No entries are shown for files whose history contains a single commit.
This bug first appeared in commit c7b72ea (identified via git bisect).
RTFM Checklist
man fzf/ I am well versed in shell fzfOperating system
Mac
Shell
zsh
Neovim version (
nvim --version)NVIM v0.11.1
Fzf version (
fzf --version)0.60.2
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))--bind alt-a:select-all,alt-k:preview-up,alt-j:preview-down
Is the problem reproducible with
mini.sh?mini.shmini.shmini.sh(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
When running git_bcommits, any file with exactly one commit in its history does not display that commit in the list.
To Reproduce
In a new repo, create and commit a file:
Open single.txt
Run
Expected behavior
git_bcommitsshould list all, including the very first (and only) commit.Actual behavior
No entries are shown for files whose history contains a single commit.
This bug first appeared in commit c7b72ea (identified via git bisect).