git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add support for `git rebase -no-edit`
@ 2024-01-11 17:25 Chaitanya Tata
  2024-01-11 19:55 ` Taylor Blau
  2024-01-11 21:30 ` Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Chaitanya Tata @ 2024-01-11 17:25 UTC (permalink / raw)
  To: git

Hi,

I have a feature request to add `--no-edit` option to `git rebase`
like we do for `git commit`.
The workflow I typically follow is:

* `git commit -a --fixup=XXX`
* `git rebase  -i HEAD~15 --autosquash`

But it requires closing the editor without any changes. I can
workaround this using the `GIT_EDITOR` option, see [1]. But it would
be good to have this built-in.

Thoughts?

[1] - https://stackoverflow.com/a/45783848

Cheers,
Chaitanya.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-01-11 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 17:25 Add support for `git rebase -no-edit` Chaitanya Tata
2024-01-11 19:55 ` Taylor Blau
2024-01-11 20:07   ` Chaitanya Tata
2024-01-11 21:30 ` Junio C Hamano
2024-01-11 21:42   ` Taylor Blau
2024-01-11 21:46     ` Chaitanya Tata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).