-
Notifications
You must be signed in to change notification settings - Fork 626
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
--all
does not what the help says
#555
Comments
I've updated the documentation using the wording from You can pass any
Given that |
Hm, this does not work for me, unfortunately. I mean, it also lists refs from |
I've pushed a fix for using |
If you call
tig --all
it does:Display all branches:
(fromman tig
). This is not what it does:I have refs in
.git/refs/foo/
which are also shown - technically, these are also branches, but not semantically. Semantically, only things in.git/refs/{remotes,heads,tags}
are branches.After all, I'm not entirely happy with the semantics here. I would like to propose the following changes:
--all
flag and its current behaviour, change the documentation accordingly--all-branches
or something like that to only show (semantical) branches.git/refs/*
but not the branches from the{heads,remotes,tags}
.What do you think?
The text was updated successfully, but these errors were encountered: