The commit information tab currently shows the SHA, SHAs of parent commits and child commits and the message of a commit.
Other Git UIs (for example the Git UI inside JetBrains tools) not only show the SHAs of parent and child commit, but also a list of branch names which the current commit is part of, in JetBrains it looks something like this:
This is the commit message
b64caff16b029 John Smith js@example.com on 2026/05/10
In 4 branches:
- main
- origin/main
- feature/example-feature
- origin/feature/example-feature
Not only seeing obscure SHAs for parents and children but also the branch names is very helpful to navigate between commits and branches. I would love to see this feature in SourceGit too.
The commit information tab currently shows the SHA, SHAs of parent commits and child commits and the message of a commit.
Other Git UIs (for example the Git UI inside JetBrains tools) not only show the SHAs of parent and child commit, but also a list of branch names which the current commit is part of, in JetBrains it looks something like this:
Not only seeing obscure SHAs for parents and children but also the branch names is very helpful to navigate between commits and branches. I would love to see this feature in SourceGit too.