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

Print base revision for rebase #133

Open
K-os opened this issue Dec 5, 2024 · 0 comments
Open

Print base revision for rebase #133

K-os opened this issue Dec 5, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@K-os
Copy link

K-os commented Dec 5, 2024

I think it would be really helpful if git-absorb printed the revision I need to rebase from after it is done. My idea would be something like this:

Dec 05 09:22:18.302 INFO committed, header: +1,-1, commit: 3b624a8d33f5461f327c01666f3857fd05ad50fb
Dec 05 09:22:18.304 INFO committed, header: +1,-1, commit: 948696a0cc04c872e927c57a6c3b9ba37165bb58
Dec 05 09:22:18.306 INFO upstream commit: 62cc4798cf868b53d9f8ddcd9083f48bf831ba15

Then I would know that I need to run git rebase -i 62cc4798cf868b53d9f8ddcd9083f48bf831ba15 to apply the changes.

I know I could use git absorb --and-rebase, but I like to inspect the changes before actually rebasing.

@tummychow tummychow added the good first issue Good for newcomers label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants