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

Missing git-messenger features #1

Open
3 tasks
ambroisie opened this issue Jul 24, 2024 · 3 comments
Open
3 tasks

Missing git-messenger features #1

ambroisie opened this issue Jul 24, 2024 · 3 comments

Comments

@ambroisie
Copy link

Heya!

It's great to see you port git-messenger.vim, I've had some trouble with the original plug-in (e.g: this issue, or an issue I've been experiencing when scrolling the pop-up which I haven't reported yet).

Hopefully this port won't have those issues :-).

I'd like to open this issue to report a few features from the original plug-in which I'd like to see ported over:

  • The ability to jump into the messenger pop-up, to navigate and use its buffer local mappings.
  • The ability to toggle local hunk/global diff in the pop-up (d/D).
  • The ability to navigate older/newer commits in the pop-up (o/O).

Do you intend to add those features?

@lsig
Copy link
Owner

lsig commented Jul 24, 2024

Hey, @ambroisie and thanks for the issue. I do intend to port some features over from git-messenger and those three seem especially reasonable. I will probably start with the third task (navigating to older/newer commits) and work my way on from there. If you have any other feature requests or want to contribute feel free to open an issue or PR.

And thanks again for making the first issue on the repository!

@ambroisie
Copy link
Author

As an FYI, I wonder if relying on git blame --ignore-rev/git blame --ignore-revs-file would be more reliable than the way git-messenger.vim tries to do its history feature.

@lsig
Copy link
Owner

lsig commented Jul 24, 2024

Thanks, I'll definitely look into it.

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