On 3/1/07, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
This is a simple program to dump statistics about number of objects per day, and how much disk space is used per day. It can be used to generate data files suitable for plotting repository growth over time. This program avoids displaying information about tags, but it does cover the commits referenced by those tags. Since annotated tags are a very small portion of most projects I don't consider this to be a major issue at this time.
Tried it on my repo but the program produced some records with all zeros. I.e.: 2005-11-10 6 222 235 463 1785888 2005-11-11 3 34 2 39 9729 2005-11-12 0 0 0 0 0 2005-11-13 0 0 0 0 0 2005-11-14 6 227 330 563 716230 2005-11-15 3 121 209 333 1162839 What could this possibly mean?
This is a toy, but its more than good enough for production, so uh, here it is. Should it be included in git.git? Don't know....
Definitely! It's interesting, and fun. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html