Hi,
As said before I'm playing with the per-directory charts and I found
something I'd like some explanation for/clarification on.
It seems that we only store commits in the Logcategory table that
actually have files with a directory identifier "/".
I have however several files in my git tree (Wine) with commits on the
root level:
[paul@latitude wine-git]$ git diff-tree -r --no-commit-id -M
f13ef6b898cd79682a05cf8239fcfc886049e2e5
14991a42d1d28ae114f8f06f5e3ca209aefd87a7
:100644 100644 c87ab7a5ff5df54dc22d3aab8a2b799322df54db
204a2963e1ad6ca7215f3e37e40abd80ef1d3832 M ANNOUNCE
:100644 100644 b1cfd817b39eb7a13ea8a87526f0c1bbd89963a2
235288c60dbfbceefb4b48f416ee5809c9fd8e39 M ChangeLog
:100644 100644 fcc5388c8b6583836111ad4586d1ca32ae4240a5
872023514a432579b33f369a77e47a4a4208612b M VERSION
:100755 100755 87b658ccb84ed0961bec999f9d009ed9904f3a50
9e0334865037c8d8f4157a1a236aa2be8e30c223 M configure
These commits to the shown files are not available in the Logcategory table.
Is this done on purpose?
Line 225 in gitstat.pl shows that we start with an index of 1 meaning we
skip files in the root directory.
Cheers,
Paul.
|