Looking for a little info on how it traverses the tree and/or how it would react to unrelated/unconnected histories within in a repo.
I'm trying to get cumulative statistics on a series of repos shared within a team. I made a dummy repo and added all the other repos as remotes, and fetched all their content so I have one repo with multiple unrelated histories. I tried to run repostat on it, but it seems to only be traversing the tree that a branch is checked out on. Is my inference about what is happening likely? Is there any way (flag etc) to force it to traverse disconnected histories/trees?
When I get some time I will try to make a junk merge between some random branches on each of the seperate trees, just to connect them and see if it works that way
Looking for a little info on how it traverses the tree and/or how it would react to unrelated/unconnected histories within in a repo.
I'm trying to get cumulative statistics on a series of repos shared within a team. I made a dummy repo and added all the other repos as remotes, and fetched all their content so I have one repo with multiple unrelated histories. I tried to run repostat on it, but it seems to only be traversing the tree that a branch is checked out on. Is my inference about what is happening likely? Is there any way (flag etc) to force it to traverse disconnected histories/trees?
When I get some time I will try to make a junk merge between some random branches on each of the seperate trees, just to connect them and see if it works that way