← all organisations

digital-land / People

174 human committers, 11 bots, and what the commit timestamps reveal about how GDS works.

Every commit carries an author name and email. Collapsing 1,952 per-repository author records by email gives 185 distinct identities - 174 people and 11 machines. Identity is keyed on email because it is the only stable key git offers; one person using both a work and a personal address will appear twice.

People

174
human committers
resolved by GitHub id, address or full name
11
automated identities
4% of all commits
10%
committed exactly once
18 people, one commit each
5
committed over 5+ years
the institutional memory

What stands out

The top 1% of committers wrote 35% of the human commits.

1 people out of 174 account for 25.5k commits. The top ten alone wrote 68%. This is the usual open-source power law, but it is worth noting in a government context: institutional knowledge is concentrated in very few hands.

10% of people committed exactly once.

18 of 174 committers made a single commit and never returned. 41% touched only one repository. A public organisation attracts drive-by contributors, and the numbers show GDS accepted them.

11.4% of commits land at the weekend.

Weekday work dominates, as you would expect from a civil-service delivery organisation with a strong stated position on sustainable pace. The residual weekend activity is concentrated in incident response and personal-time open-source work.

4% of all commits were made by machines.

3.3k commits come from 11 automated identities - overwhelmingly Dependabot. GOV.UK's documented policy is to auto-merge dependency upgrades where possible, and the commit history shows that policy working at scale.

55% of live repositories rest on a single person.

In 43 of the 78 live repositories with meaningful history, one individual wrote more than half of all commits. That is the ordinary shape of a large estate with many small tools, but it is worth knowing which ones - they are listed below.

Who writes the code

Top 25 committers by commit count

Humans only. Bots are charted separately below.

digital-land-botdigital-land-bot: 25.5k25.5kColm BrittonColm Britton: 6.4k6.4kPaul DowneyPaul Downey: 4.3k4.3kGeorge GoodallGeorge Goodall: 4.3k4.3kAdam ShimaliAdam Shimali: 3.1k3.1keveleighojeveleighoj: 2k2kEmily HillEmily Hill: 1.1k1.1kBen HodgkissBen Hodgkiss: 1.1k1.1kPaul SmithPaul Smith: 1k1kSamriti SadhuSamriti Sadhu: 976976Swati-DashSwati-Dash: 959959Jon BramleyJon Bramley: 931931kena vyaskena vyas: 912912Upptime BotUpptime Bot: 896896Dilwoar HussainDilwoar Hussain: 882882Matt PooleMatt Poole: 753753CarlosCoelhoSLCarlosCoelhoSL: 753753Roland SadowskiRoland Sadowski: 750750Jake MulleyJake Mulley: 666666Sian TeesdaleSian Teesdale: 653653alexglasertpxalexglasertpx: 650650Kishan PatelKishan Patel: 626626Chris CundillChris Cundill: 615615Christopher JohnsChristopher Johns: 610610averheecke-tpxaverheecke-tpx: 570570

Who they work for

Committers by email domain

A rough proxy for employment. GDS staff use gov.uk addresses; GitHub's privacy setting hides the rest, and a long tail commit from personal accounts.

GitHub private emailGitHub private email: 6969Other organisationOther organisation: 5656gov.uk addressgov.uk address: 2626Personal email (gmail etc)Personal email (gmail etc): 2020Misconfigured (.local etc)Misconfigured (.local etc): 33

Churn and tenure

Distinct people committing each year

Counting anyone whose active span covers that year. The shape tracks GDS headcount and the delivery peaks of the mid-2010s.

10276.55125.5017: 91718: 201819: 321920: 452021: 402122: 432223: 632324: 842425: 1022526: 6926

How long people stay

Span from first to last commit anywhere in the org.

443322110same day: 32same day< 1 mth: 22< 1 mth1-3 mth: 301-3 mth3-12 mth: 443-12 mth1-2 yr: 191-2 yr2-4 yr: 212-4 yr4-7 yr: 34-7 yr7 yr +: 37 yr +

When the work happens

Commits by hour of day

Author local time as recorded in the commit. A clean single-peak working day.

10.2k7.7k5.1k2.6k000: 10.2k0001: 2.5k02: 2890203: 15404: 4660405: 1.9k06: 9.4k0607: 1.1k08: 1.5k0809: 3.9k10: 5.3k1011: 6k12: 4.4k1213: 4.8k14: 6.1k1415: 7k16: 6.7k1617: 3.5k18: 1.5k1819: 89720: 9462021: 90222: 7832223: 650

Commits by day of week

15.5k11.6k7.8k3.9k0Sun: 4.4kSunMon: 13.2kMonTue: 15.5kTueWed: 14.6kWedThu: 15.1kThuFri: 13.2kFriSat: 4.7kSat

Reading the pattern

Weekend commits account for 11.4% of all activity. The working day peaks between 10:00 and 16:00 with a visible lunch dip, and tails off sharply after 18:00 - the signature of an organisation that does not run on overtime.

Concentration of knowledge

For each live repository with more than fifty human commits, how many people it takes to account for over half of them. One is a genuine key-person risk; four or more is a healthily shared codebase. 78 repositories qualify for the measure.

Bus factor across live repositories

Fewest contributors accounting for more than half the commits.

4332.221.510.801 person: 431 person2 people: 192 people3 people: 73 people4 people: 64 people5 people: 15 people6 or more: 26 or more

Where a single person wrote most of it

Share of commits by the largest single contributor, for the most concentrated repositories.

performanceperformance: 100%100%collection-datastorecollection-datastore: 98%98%mini-cmsmini-cms: 97%97%service-statusservice-status: 97%97%ramsar-collectionramsar-collection: 97%97%infrastructure-funding-statement-cinfrastructure-funding-statement-c: 96%96%planning-gameplanning-game: 96%96%development-policy-areadevelopment-policy-area: 95%95%digital-land-applicationdigital-land-application: 95%95%permitted-development-rightpermitted-development-right: 94%94%development-plan-documentdevelopment-plan-document: 93%93%local-plans-alphalocal-plans-alpha: 90%90%

The machines

Top automated committers

Dependabot dominates. GOV.UK runs an in-house govuk-dependabot-merger service that auto-merges qualifying upgrade PRs, which is why bot commit volume is so high.

github-actions-add-data-botgithub-actions-add-data-bot: 850850dependabot[bot]dependabot[bot]: 667667github-actions[bot]github-actions[bot]: 536536Travis CI UserTravis CI User: 469469datasets-editor[bot]datasets-editor[bot]: 348348github-actions-botgithub-actions-bot: 195195planning-data-config-manager[bot]planning-data-config-manager[bot]: 7373dluhc-datasets-editor[bot]dluhc-datasets-editor[bot]: 7272local-plans-explorer[bot]local-plans-explorer[bot]: 4040coderabbitai[bot]coderabbitai[bot]: 1818copilot-swe-agent[bot]copilot-swe-agent[bot]: 99

Top 60 committers

CommitterEmail typeCommits ReposFirstLast Years
digital-land-botgov.uk25,468922020-012026-086.6
Colm Brittonpersonal6,419832018-052026-088.3
Paul Downeygov.uk4,3301202018-052026-088.3
George Goodallother-org4,288182023-042025-042.0
Adam Shimalipersonal3,116502018-052025-097.4
eveleighojgithub-private1,992602022-052026-084.3
Emily Hillgithub-private1,15052019-042020-101.5
Ben Hodgkissgov.uk1,116272024-062026-072.1
Paul Smithother-org1,015312021-042024-063.2
Samriti Sadhugithub-private976302023-032026-083.4
Swati-Dashgithub-private959102023-082026-083.0
Jon Bramleygov.uk931562020-052021-091.4
kena vyasgithub-private912202023-032026-083.4
Upptime Botgithub-private89612022-112026-073.6
Dilwoar Hussaingithub-private882162024-082026-081.9
Matt Poolepersonal753162025-092026-080.9
CarlosCoelhoSLother-org753232023-092025-051.7
Roland Sadowskipersonal75032024-072025-050.9
Jake Mulleygithub-private666392019-032020-071.3
Sian Teesdalegithub-private65382025-112026-080.8
alexglasertpxother-org65062024-102025-060.6
Kishan Patelgithub-private626562020-102021-111.1
Chris Cundillother-org615352024-012026-042.2
Christopher Johnsother-org610322023-122025-011.1
averheecke-tpxother-org57072024-072024-120.4
Matt Luchtother-org546302018-072024-045.7
Toby Pettypersonal535192021-112024-062.6
ernest-tpximpactother-org472262023-012026-073.5
greg-slaterother-org413102024-012025-051.3
Venkateswarlu Avvarigithub-private40132025-092026-030.6
Febagov.uk398152024-072026-082.1
Gibah Josephpersonal376102026-032026-080.4
jandumsgov.uk370102025-032026-081.4
GitHub Actionother-org34212025-062026-081.1
Ro4052github-private31522024-012024-030.2
Alex Torranceother-org30762024-032026-062.3
mattsancoggithub-private28642025-082026-050.7
Tom Brooksgithub-private239122026-052026-080.3
Pedroother-org23542025-102026-060.7
stevenjmessergov.uk22592025-032026-031.1
Lawrence Goldstienother-org21292022-062022-110.5
lakshmi-kovvuri1github-private20252025-072026-030.6
celia-stonegov.uk19112025-032025-100.5
Mike Listergov.uk18612025-062026-081.2
vferraro-scottlogicother-org18412024-012024-030.1
Chris Johnsgithub-private183292023-122026-082.7
cegorpgov.uk17712024-122025-020.2
Miriamgithub-private16952024-012024-070.5
greg-slatergithub-private16782024-012026-062.4
mattsancogother-org16132025-072025-080.1
Tim Kershawpersonal16112025-052026-051.0
gcooperSLgithub-private15222023-082024-030.6
CarlosCoelhoSLgithub-private147192023-092026-082.9
James Bannisterother-org145102024-012024-080.5
mjnottinghamgithub-private14422019-032019-100.6
Vascogithub-private13312024-012024-030.1
Jeremy-Hodgegithub-private12612023-082024-030.6
GeorgeGoodall-GovUkgov.uk12442024-092025-020.5
Beth Pritchardgithub-private12412023-082023-090.1
Belal Rashidother-org123692026-022026-080.5