Searched refs:changesets (Results 1 - 1 of 1) sorted by relevance

/external/eigen/scripts/
H A Deigen_gen_credits.cpp87 // get the number (of changesets or of modified lines for each contributor)
121 int changesets; member in struct:contributor
125 contributor() : changedlines(0), changesets(0) {}
190 //map<string,int> contributors_map_for_changesets = contributors_map_from_churn_output("churn-changesets.out");
200 c.changesets = 0; //contributors_map_for_changesets.find(it->first)->second;

Completed in 192 milliseconds