Commit bae5b4a
rebase -i: teach --autosquash to work with amend!
If the commit subject starts with "amend!" then rearrange it like a
"fixup!" commit and replace `pick` command with `fixup -C` command,
which is used to fixup up the content if any and replaces the original
commit message with amend! commit's message.
Original-patch-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Mentored-by: Christian Couder <chriscool@tuxfamily.org>
Mentored-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Charvi Mendiratta <charvi077@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 1d410cd commit bae5b4a
2 files changed
+28
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5662 | 5662 | | |
5663 | 5663 | | |
5664 | 5664 | | |
| 5665 | + | |
| 5666 | + | |
| 5667 | + | |
| 5668 | + | |
| 5669 | + | |
| 5670 | + | |
5665 | 5671 | | |
5666 | 5672 | | |
5667 | 5673 | | |
| |||
5720 | 5726 | | |
5721 | 5727 | | |
5722 | 5728 | | |
5723 | | - | |
5724 | | - | |
| 5729 | + | |
5725 | 5730 | | |
5726 | 5731 | | |
5727 | 5732 | | |
5728 | 5733 | | |
5729 | 5734 | | |
5730 | | - | |
5731 | | - | |
| 5735 | + | |
5732 | 5736 | | |
5733 | 5737 | | |
5734 | 5738 | | |
| |||
5758 | 5762 | | |
5759 | 5763 | | |
5760 | 5764 | | |
5761 | | - | |
5762 | | - | |
5763 | | - | |
| 5765 | + | |
| 5766 | + | |
| 5767 | + | |
| 5768 | + | |
| 5769 | + | |
| 5770 | + | |
| 5771 | + | |
| 5772 | + | |
5764 | 5773 | | |
5765 | 5774 | | |
5766 | 5775 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
213 | 225 | | |
0 commit comments