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

FEATURE REQUEST: Add clickable tree and parent SHAs #1581

Open
adamhill opened this issue Dec 8, 2023 · 0 comments
Open

FEATURE REQUEST: Add clickable tree and parent SHAs #1581

adamhill opened this issue Dec 8, 2023 · 0 comments

Comments

@adamhill
Copy link

adamhill commented Dec 8, 2023

A friend of mine that give talks about how git works behind the scenes (Cori Drew) to developers is wanting a way to interactively show the guts of a git commit.

Ungit works very well for this, but part their current presentation uses git cat-file -p <hash> in a shell to show the tree and parent. It would be nice to see these SHAs in the existing node details and make them clickable.

DESCRIPTION: As a user I would like to see the tree and parent SHAs in the same box as the current commit details. Like the output of git cat-file -p <hash> in the upper right, directly underneath each other.

FUNCTIONALITY:

  • Display the tree and parent SHAs for a commit.
  • Click on the displayed tree or parent SHA and it navigates to the correct commit.
  • Would be nice to have a hot key to jump back and forth between the node you came from.
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

1 participant