All the refs #2174
strogonoff
started this conversation in
Ideas
All the refs
#2174
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Under the hood, Git is a general purpose content-addressable storage. Some Git add-ons (git-notes, Gerrit) use custom ref namespaces to store metadata associated with repository objects. They are not very different from branches. It would be useful if they could be explored via lazygit.
Gitk allows this by enabling the “All refs” option in settings:
However, lazygit shows it this way, with no option to see commits under the notes ref namespace:
(The example repository contains nothing except a test file and some notes)
Beta Was this translation helpful? Give feedback.
All reactions