]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ec/commit-fixup-options' into seen
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2026 23:14:09 +0000 (08:14 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2026 23:14:09 +0000 (08:14 +0900)
commit8b32fd4e9cbc9132db59f6ab76f052f3b0e02bd8
treec1e67d6f3e43ceeb1216b7aa6ce48fb25b31c347
parent6d594e379ff0d8dd18e81fa84df90bf1ed1a9374
parentf1c098502df421cb0c96bb168044c278ef9d7990
Merge branch 'ec/commit-fixup-options' into seen

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