]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7521-ignored-mode.sh
Merge branch 'cm/rebase-i'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Mar 2021 21:59:03 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Mar 2021 21:59:03 +0000 (14:59 -0700)
commitce4296cf2b6f66d8717e8c3237c9b4be42fb2a1b
tree628a8617606cf211328a8595f45947d92dfc96fb
parent8c81fce4b07c7e0f76960f35b6ffdc817c09b7ad
parent2c0aa2ce2efcac181801957d8105c7007db5faf7
Merge branch 'cm/rebase-i'

"rebase -i" is getting cleaned up and also enhanced.

* cm/rebase-i:
  doc/git-rebase: add documentation for fixup [-C|-c] options
  rebase -i: teach --autosquash to work with amend!
  t3437: test script for fixup [-C|-c] options in interactive rebase
  rebase -i: add fixup [-C | -c] command
  sequencer: use const variable for commit message comments
  sequencer: pass todo_item to do_pick_commit()
  rebase -i: comment out squash!/fixup! subjects from squash message
  sequencer: factor out code to append squash message
  rebase -i: only write fixup-message when it's needed
sequencer.c
t/lib-rebase.sh
t/t3415-rebase-autosquash.sh