Files
telescope.nvim/lua/telescope/previewers
James Trew fe999db6e0 fix(previewers): limit git log entries to prevent fork bomb (#3287)
Adds `--max-count=1000` flag to the `git log` command in the
`git_branch_log` previewer. This prevents potential fork bombing
issues with large repositories.
2024-09-11 00:11:39 +00:00
..