From: Jonathan Corbet Date: Fri, 24 Jul 2009 23:11:41 +0000 (-0600) Subject: Get the developer count right even without full patch info X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=79414010fb11b36c41036c62dff9d8415f803035;p=people%2Flarsk%2Fxenproject-org-gitdm.git Get the developer count right even without full patch info --- 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: