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

Rewrite-cump-to-current-commit #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mannfuri
Copy link

Regarding the 'Jump to Current COMMIT', I have added two new features.

1)You can customize the color. Search for git-graph.graph.blink in SETTING and set it to the color you want.
2)If the current commit is an older commit that is not yet loaded on the current screen, it will automatically scroll down until it is found, at which point it will start to flash.

@mannfuri mannfuri requested a review from hansu as a code owner February 18, 2024 08:20
@mannfuri
Copy link
Author

2024-02-18-17-21-49.mp4

@hansu
Copy link
Owner

hansu commented Feb 18, 2024

Thanks for your contribution, but this is not very handy for commits which are far back in the past:

  1. It takes long time to load all commit in between
  2. The huge amount of loaded commits slows down Git Graph

In most cases it is not necessary to load all commits in between. It should be sufficient to load some commits around the chosen one.

See here at this example:

git-graph-pr32

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

Successfully merging this pull request may close these issues.

3 participants