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

[diff view] Hunking multiple hunks is in-efficient #1105

Closed
kaste opened this issue Feb 14, 2019 · 1 comment
Closed

[diff view] Hunking multiple hunks is in-efficient #1105

kaste opened this issue Feb 14, 2019 · 1 comment

Comments

@kaste
Copy link
Collaborator

kaste commented Feb 14, 2019

You can 'hunk' multiple 'hunks' using multiple cursors. The code here is still the first implementation.

  • If you have multiple cursors in the same hunk, it throws.
  • Otherwise, it issues a separate git apply per hunk. This is also interferes with the undo feature bc you hit [h] once but then have to undo x times.

Hunks can be merged to form a patch, and we can just do that.

@kaste
Copy link
Collaborator Author

kaste commented Oct 21, 2019

@kaste kaste closed this as completed Oct 21, 2019
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