erikbern / git-of-theseus

Analyze how a Git repo grows over time

Home Page:https://erikbern.com/2016/12/05/the-half-life-of-code.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survival plot/stack plot mismatch?

dukebw opened this issue · comments

Hi, if I run git-of-theseus on, e.g., https://github.com/mil-tokyo/webdnn, I get a stack plot/survival plot pair that look like this:

stack_plot
survival_plot

It seems like newer commits are being treated as discarded as we move past their time in existence (even though they haven't been reverted). So since it's a relatively new repo, the survival plot just goes straight down. Does this look like intended behaviour?

Nevermind, I think the lines were actually being "deleted" (probably just moved around), although the volume of code was still increasing.