Wayan Jimmy's Brain

Ask Git

link
Askgit.com
related
Git

Top 50 files changed most frequently in past year

select file, count(*)
  from stats
join commits on stats.commit_id = commits.id
where commits.author_when > date('now', '-12 month')
and commits.parent_count < 2
group by file order by count(*) desc limit 50