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

Completely bogs on large codebase #6

Open
zenspider opened this issue Jul 27, 2023 · 1 comment
Open

Completely bogs on large codebase #6

zenspider opened this issue Jul 27, 2023 · 1 comment

Comments

@zenspider
Copy link

It looks like it is ignoring my BASE, but I suspect it is looking at all the surrounding blame hunks. According to -d it is looking at a LOT of commits. It bogs the whole thing down. Your demo in the video is snappy. This hangs. And hangs. Some notion of progress or something would help.

Also, it can't be killed with ^c... I have to suspend and kill -9 %1?

@zenspider
Copy link
Author

some relevant numbers:

9998 % git ls-files  | lc
   14556
9999 % git log --oneline | lc
  185270
10003 % git log --oneline main.. | lc
      34
10004 % git diff main.. | lc 
    8284

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

1 participant