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

Simple pagination added to git log pane #489

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gcarvalho
Copy link

The wait time for the git log command has been bugging me, mainly since 90% of the time I just want to look at the last few commits.
I changed it to load a set number (currently 10, from a constant in the module) with a n+1 row stating "Continue". Choosing that row will simply run git log from the last hash for the same number of rows, and re-load the panel.
It could be improved (confs to turn on/off, and for number of rows), but first I wanted to check wether you'd be interested.

@kemayo
Copy link
Owner

kemayo commented Sep 22, 2016

This is something I'm interested in, yes. Go ahead and polish it up and add the relevant config settings, and we can get it merged.

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.

2 participants