Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(previewers): limit git log entries to prevent fork bomb
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.
- Loading branch information