]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit96e2e01b57edd9d9956339e4a276ffa67bcc4a47
tree028cb52d211b2f0ac5cfb6abab5d24c7f2741a1e
parent7a0027f7ccdd53c0df1ae44ee2f3e3f60687bbd1
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