If a thread name contains one of more /-characters then the number of threads includes the groupings created by the /-characters. This leads to overcounting threads.
Overcounting threads in new version
milkman
#2
I can confirm this (Linux; Build 2011), although I’d probably never noticed it by myself
0 Likes
djohnston
#3
Hi all,
This is actually by design - it’s a common pattern to put / characters to group branches in Git (see Git Flow).
For this reason, we render these branches as a tree. You can still interact with the leaf of the tree, and it will perform all operations on ‘correction/demeters-law’ - it’s purely for grouping and visual purposes!
Kind regards,
- Dylan
1 Like
jfcherng
#4
I think he/she is not asking why it’s split but a bug report about wrong total branch counts.
4 Likes
djohnston
#5
Ah yes, I misinterpreted the original post. Thanks for the clarification!
We’ll have this fixed soon
4 Likes