summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2009-07-24 17:11:41 -0600
committerJonathan Corbet <corbet@lwn.net>2009-07-24 17:11:41 -0600
commit79414010fb11b36c41036c62dff9d8415f803035 (patch)
tree0931fee5e9f21496e1387c81ade78998efb0ed72
parente7b9d7eba1641ad1586d9211b7bdc69d1b87b0c1 (diff)
Get the developer count right even without full patch info
-rwxr-xr-xgitdm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdm b/gitdm
index b7f8868..0d5f8b1 100755
--- a/gitdm
+++ b/gitdm
@@ -363,7 +363,7 @@ hlist = database.AllHackers ()
elist = database.AllEmployers ()
ndev = nempl = 0
for h in hlist:
- if max (h.added, h.removed) > 0:
+ if len (h.patches) > 0:
ndev += 1
for e in elist:
if e.count > 0: