]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ec/commit-fixup-options' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:39 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:39 +0000 (13:01 +0900)
The -m/-F/-c/-C options to supply commit log message from outside the
editor are now supported for all "git commit --fixup" variations.

* ec/commit-fixup-options:
  commit: allow -c/-C for all kinds of --fixup
  commit: allow -m/-F for all kinds of --fixup


Trivial merge