-
Notifications
You must be signed in to change notification settings - Fork 32
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
Show total number of revisions #36
Comments
Thank you for the suggestion. Yeah, it would be nice to have. However, with current implementation, it requires large code changes and tradeoff. The history of revisions is a chain of So git-messenger.vim cannot know the number of revisions under the cursor until it reaches 'no previous revision'. It's possible to fetch all revisions at first |
Ohh I see. If it's too complicated then feel free to close. |
@rhysd you don't need to iteratively call There's still a small performance concern, but it should be fine if this could be called asynchronously, so it doesn't delay the popup. You could also limit the runtime with e.g. |
Nice. (I'm sorry for the delay. I missed to catch the comment) I'll consider to add this functionality. |
I think it would be useful to show the total number of revisions in the
History: #0
text:Something like
History: #0 (0/2)
. What do you think? Thanks!The text was updated successfully, but these errors were encountered: