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

Manually decorate refs from the reflog #1818

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Conversation

kaste
Copy link
Collaborator

@kaste kaste commented Dec 8, 2023

Fixes #1768

Git does not decorate refs from the logs (e.g. "branch@{2}") for us.
Let's implement this esp. to make finding the old tip after rebasing
easier.

image

kaste added 2 commits December 8, 2023 22:37
Let's prepare a code section where `commit_hash` has been computed.
Fixes #1768

Git does not decorate refs from the logs (e.g. "branch@{2}") for us.
Let's implement this esp. to make finding the old tip after rebasing
easier.
@kaste kaste enabled auto-merge December 8, 2023 21:51
@kaste kaste merged commit 64285b2 into master Dec 8, 2023
8 checks passed
@kaste kaste deleted the decorate-refs-from-the-reflogs branch December 8, 2023 21:53
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.

When showing the previous tip of a branch in the graph view, annotate the commit
1 participant