{"id":16651231,"url":"https://github.com/vvzen/whos-done-that","last_synced_at":"2026-04-14T12:33:16.074Z","repository":{"id":256058825,"uuid":"850199391","full_name":"vvzen/whos-done-that","owner":"vvzen","description":"A CLI that wraps a few Git commands to help you understand who's effectively maintaining a codebase","archived":false,"fork":false,"pushed_at":"2024-11-19T16:06:34.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T00:35:25.344Z","etag":null,"topics":["blame","git","maintainers","ownership"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vvzen.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-31T05:54:04.000Z","updated_at":"2024-11-19T16:06:39.000Z","dependencies_parsed_at":"2025-01-19T08:23:54.972Z","dependency_job_id":"4c0b3bdb-f2fa-4dd6-b578-b84fc4953129","html_url":"https://github.com/vvzen/whos-done-that","commit_stats":null,"previous_names":["vvzen/whos-done-that"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvzen%2Fwhos-done-that","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvzen%2Fwhos-done-that/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvzen%2Fwhos-done-that/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvzen%2Fwhos-done-that/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vvzen","download_url":"https://codeload.github.com/vvzen/whos-done-that/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243238975,"owners_count":20259132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blame","git","maintainers","ownership"],"created_at":"2024-10-12T09:24:14.951Z","updated_at":"2025-12-25T12:21:15.006Z","avatar_url":"https://github.com/vvzen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: Readme\n\nA very simple CLI to check who's done the most commits/edits on a git repo, without having to remember the magic incantation for the ~git shortlog~ command every time.\n\n* Building\n\nI wrote this in Rust using\n\n#+begin_src bash :noeval\n$ rustc --version\nrustc 1.80.1 (3f5fd8dd4 2024-08-06)\n#+end_src\n\nI'm pretty sure the Rust Minimum Supported Version is way lower than that but I have no way of testing it.\n\nIf you have rust installed (see https://www.rust-lang.org) you can build the project with cargo, as usual: ~cargo build --release~.\n\nThen you can put the resulting CLI (~./target/release/whos-done-that~) anywhere in your $PATH, since most of the dependencies are statically linked:\n#+begin_src bash :noeval\n$ ldd target/release/whos-done-that\n        linux-vdso.so.1 (0x000075253371a000)\n        libc.so.6 =\u003e /usr/lib/libc.so.6 (0x000075253336d000)\n        /lib64/ld-linux-x86-64.so.2 =\u003e /usr/lib64/ld-linux-x86-64.so.2 (0x000075253371c000)\n        libgcc_s.so.1 =\u003e /usr/lib/libgcc_s.so.1 (0x000075253333f000)\n#+end_src\n\n* Installation\n\nFor a one-liner installer, this will do the trick (provided you have ~cargo~ installed) :\n#+begin_src bash :noeval\ncargo install --git https://github.com/vvzen/whos-done-that.git main\n#+end_src\n\n* Usage\n\nSince this was written in an afternoon and a bit, there's no a lot of bells and whistles.\n\nYou just need to point the CLI at a valid git repo, by using the ~-t/--target-dir~ flag.\n\nThe actual result will be written to stdout so you can manipulate it via the usual UNIX tools, e.g.:\n#+begin_src bash :noeval\n$ whos-done-that -t ~/dev/personal/opensource/OpenColorIO | head -n 5\n INFO Getting a list of authors..\n INFO Compiling stats..\nJeremy Selan has made 507 commits: 61221 additions and 362789 removals\nPatrick Hodoul has made 314 commits: 942 additions and 367 removals\nMichael Dolan has made 135 commits: 493 additions and 35 removals\nBernard Lefebvre has made 95 commits: 0 additions and 0 removals\nhodoulp has made 89 commits: 3384 additions and 2973 removals\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvzen%2Fwhos-done-that","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvvzen%2Fwhos-done-that","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvzen%2Fwhos-done-that/lists"}