Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

squashed commits shows up in git standup #978

Open
tfendin opened this issue May 25, 2022 · 3 comments
Open

squashed commits shows up in git standup #978

tfendin opened this issue May 25, 2022 · 3 comments

Comments

@tfendin
Copy link
Contributor

tfendin commented May 25, 2022

Commits squashed with git rebase -i ... shows up in git standup. But not in git standup -B.
I would expect squashed commits to not show up.

@spacewander
Copy link
Collaborator

PR is welcome!

@kang8
Copy link
Contributor

kang8 commented May 26, 2022

I would expect squashed commits to not show up.

Use fixup replace with squash

s, squash = use commit, but meld into previous commit
f, fixup = like "squash" but keep only the previous commit's log message

@tfendin
Copy link
Contributor Author

tfendin commented May 27, 2022

Ok, commits squashed with fixup doesn't seem to show up. I don't understand why, since the original commit is still in the repo (as with squash)

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

No branches or pull requests

3 participants