-
Notifications
You must be signed in to change notification settings - Fork 622
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
field 'id' in reflog-view does not show SHA hash #1025
Comments
This is a quite old behaviour which even predates the reflog view. The commit id is visible in the title window. Do you have a specific use case in mind for needing the commit id in the list ? |
ACK, but I would prefer to show it in-line directly next to the
I have recently customized most views to show the full commit id, because this is what I end up pasting in docs and comments to peers. I would like to have the same uniformity for the reflog-view as well. |
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes jonas#1025
That way, you can better figure out identical references when browsing the reflog view. Show the reflog name in the title window instead. In the stash view, the id column also shows the commit id instead of the reference. Closes #1025
Setting
in
.tigrc
does not result in the view showing the SHA hash. Instead it still only prints the symbolic refs likeHEAD@{...}
. I would really like to see the SHAs directly as well, because this is how default git-reflog behaves. So ideally I should be able to doto see the SHA and then also the
HEAD@{...}
ref.The text was updated successfully, but these errors were encountered: