Skip to content

Running "git rebase -i HEAD~3" won't always rewrite commits#1278

Merged
ben merged 1 commit intoprogit:masterfrom
johnlinp:fix-rebase-rewrite-commits
Jul 18, 2019
Merged

Running "git rebase -i HEAD~3" won't always rewrite commits#1278
ben merged 1 commit intoprogit:masterfrom
johnlinp:fix-rebase-rewrite-commits

Conversation

@johnlinp
Copy link
Copy Markdown
Contributor

The commits will be rewritten only when the todo list is modified.

Fixes #1277

Copy link
Copy Markdown
Member

@ben ben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, and thanks! Just one suggestion about the change.

@progit progit deleted a comment Jul 17, 2019
@progit progit deleted a comment Jul 17, 2019
@progit progit deleted a comment Jul 17, 2019
The commits will be rewritten only when the todo list is modified.
@johnlinp johnlinp force-pushed the fix-rebase-rewrite-commits branch from acd8c81 to 9a55436 Compare July 18, 2019 00:59
@ben ben merged commit f1a572b into progit:master Jul 18, 2019
@johnlinp johnlinp deleted the fix-rebase-rewrite-commits branch July 18, 2019 03:24
@johnlinp
Copy link
Copy Markdown
Contributor Author

Thanks @ben!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not every rebasing command rewrite commits

2 participants