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

* lisp/magit-commit.el (magit-commit-absorb): Remove -v option #5272

Closed

Conversation

DamienCassou
Copy link
Contributor

The option "-v" is forced in the call to magit-run-git-async. Adding
it through the transient crashes the command because git-absorb
doesn't accept duplicate options.

How to reproduce the issue:

  1. Type C-u M-x magit-commit-absorb
  2. Type -v
  3. Type x to start git-absorb

Actual: You get an error because -v is specified twice


The option "-v" is forced in the call to `magit-run-git-async`. Adding
it through the transient crashes the command because git-absorb
doesn't accept duplicate options.
@tarsius tarsius closed this in f4c05e9 Dec 21, 2024
@tarsius
Copy link
Member

tarsius commented Dec 21, 2024

Thanks for the report. I've fixed it differently.

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