Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing big repos #2367

Closed
castroavila opened this issue Jan 14, 2025 · 1 comment
Closed

Managing big repos #2367

castroavila opened this issue Jan 14, 2025 · 1 comment

Comments

@castroavila
Copy link

Hi,

I cloned the Tensorflow repository, it is ~1.6G. Inside vim I executed Gclog! and vim got stuck: I was not able to navigate the log history. Not sure if this problem is related to vim itself or with vim-fugitive?

Cheers,
Manuel

@tpope
Copy link
Owner

tpope commented Jan 15, 2025

It's Vim's fault:

The quickfix list can be awkward for many use cases
and exhibits extremely poor performance with larger
data sets. Consider using |:Git| log --oneline
instead.

@tpope tpope closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants