{"id":21531572,"url":"https://github.com/wojciechpolak/vcstreak","last_synced_at":"2026-05-19T11:10:50.375Z","repository":{"id":23145828,"uuid":"26501083","full_name":"wojciechpolak/vcstreak","owner":"wojciechpolak","description":"VC the Longest Streak (Git, Mercurial, Subversion)","archived":false,"fork":false,"pushed_at":"2022-01-07T19:50:32.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T06:28:54.576Z","etag":null,"topics":["git","mercurial","python","statistics","stats","subversion","vcs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wojciechpolak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-11T19:40:01.000Z","updated_at":"2022-01-07T19:50:35.000Z","dependencies_parsed_at":"2022-07-23T21:32:04.752Z","dependency_job_id":null,"html_url":"https://github.com/wojciechpolak/vcstreak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechpolak%2Fvcstreak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechpolak%2Fvcstreak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechpolak%2Fvcstreak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojciechpolak%2Fvcstreak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wojciechpolak","download_url":"https://codeload.github.com/wojciechpolak/vcstreak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244095044,"owners_count":20397147,"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":["git","mercurial","python","statistics","stats","subversion","vcs"],"created_at":"2024-11-24T02:15:10.125Z","updated_at":"2026-05-19T11:10:45.347Z","avatar_url":"https://github.com/wojciechpolak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"VC The Longest Streak\n=====================\n\nThe `vcstreak.py` finds the longest streak of consecutive commit dates.\nIt supports local Git, Mercurial, and Subversion repositories.\n\n\tUsage: vcstreak.py [options] REPO-PATH\n\n\tOptions:\n\t-h, --help            show this help message and exit\n\t-r, --reverse         Reverse output results\n\t-t NUM, --top=NUM     Show NUM top users (0 is unlimited and default)\n\t-s NUM, --streaks=NUM Show NUM longest streaks\n\t-e, --exclude-weekends\n\t                      Exclude weekends\n\t-n, --name            Alias for --id-author=name\n\t--id-author=ID        Author ID strategy [name, email]. email is default\n\t--author=PATTERN      Limit the commits output to ones with author header\n\t--since=DATE          Show commits more recent than a specific date\n\t--branch=NAME         Branch name (all branches by default)\n\t--sortby=NAME         Sort by [streaks, commits] (streaks is default)\n\t--output=FORMAT       Output format [simple, json, xml, yaml]\n\nAuthor\n------\n\n* Wojciech Polak (http://wojciechpolak.org/)\n\nExample Usage\n-------------\n\n\t$ vcstreak.py ~/src/repo/\n\t\t1) Wojciech Polak (2065 commits)\n\t\t\t53 days: 2011-11-29 - 2012-01-20 (89da9804fb..a1fdd91e35)\n\t\t\t28 days: 2012-08-08 - 2012-09-04 (66a1bbe0f3..dbce082f1c)\n\t\t\t27 days: 2011-08-26 - 2011-09-21 (3232fe6a43..8025cbc197)\n\t\t\t26 days: 2011-05-03 - 2011-05-28 (c509a7cab7..6378b723a7)\n\t\t\t24 days: 2012-02-09 - 2012-03-03 (6ec70fa2d1..47d7bd0f0d)\n\t\t...\n\n\t$ vcstreak.py --name --top 3 ~/src/git/\n\t\t1) Junio C Hamano (15962 commits)\n\t\t\t83 days: 2006-12-16 - 2007-03-08 (1576f5f7b2..bd1fc628b8)\n\t\t\t54 days: 2005-09-30 - 2005-11-22 (6dc88cc0dc..302ebfe521)\n\t\t\t48 days: 2006-03-24 - 2006-05-10 (84a9b58c42..618faa1dc7)\n\t\t\t37 days: 2005-08-23 - 2005-09-28 (f5e375c9a9..bf7960eb51)\n\t\t\t33 days: 2006-02-09 - 2006-03-13 (5f73076c1a..ea75cb7284)\n\t\t2) Linus Torvalds (1109 commits)\n\t\t\t30 days: 2005-04-07 - 2005-05-06 (e83c516331..ee267527aa)\n\t\t\t14 days: 2005-06-17 - 2005-06-30 (c538d2d34a..d0efc8a71d)\n\t\t\t12 days: 2005-05-29 - 2005-06-09 (b97e3dfa76..aa16021efc)\n\t\t\t11 days: 2005-05-17 - 2005-05-27 (c9049d41b8..84c1afd7e7)\n\t\t\t 8 days: 2005-07-03 - 2005-07-10 (8a65ff7666..cf219196a8)\n\t\t3) Shawn O. Pearce (1334 commits)\n\t\t\t12 days: 2007-01-20 - 2007-01-31 (81c0f29a56..76f8a302c7)\n\t\t\t11 days: 2007-09-17 - 2007-09-27 (3849bfba84..0b2bc460fc)\n\t\t\t 8 days: 2006-11-21 - 2006-11-28 (f18e40a1a6..67ffa11425)\n\t\t\t 6 days: 2006-11-04 - 2006-11-09 (dfb960920d..2d19516db4)\n\t\t\t 6 days: 2006-11-11 - 2006-11-16 (49b86f010c..c1237ae288)\n\t2014-11-11T09:30:50Z\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciechpolak%2Fvcstreak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwojciechpolak%2Fvcstreak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojciechpolak%2Fvcstreak/lists"}