{"id":22662788,"url":"https://github.com/thomasklein/mgitlog","last_synced_at":"2025-04-12T07:21:38.259Z","repository":{"id":271155527,"uuid":"901373639","full_name":"thomasklein/mgitlog","owner":"thomasklein","description":"Run `git log` across multiple repositories.","archived":false,"fork":false,"pushed_at":"2024-12-11T09:33:23.000Z","size":14,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T02:34:37.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/thomasklein.png","metadata":{},"created_at":"2024-12-10T14:39:18.000Z","updated_at":"2025-01-05T13:54:24.000Z","dependencies_parsed_at":"2025-01-06T08:15:02.006Z","dependency_job_id":null,"html_url":"https://github.com/thomasklein/mgitlog","commit_stats":null,"previous_names":["thomasklein/mgitlog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasklein%2Fmgitlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasklein%2Fmgitlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasklein%2Fmgitlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasklein%2Fmgitlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasklein","download_url":"https://codeload.github.com/thomasklein/mgitlog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530777,"owners_count":21119631,"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","json-output","logging","multi-repo-scan"],"created_at":"2024-12-09T12:15:31.282Z","updated_at":"2025-04-12T07:21:38.236Z","avatar_url":"https://github.com/thomasklein.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mgitlog (Multi git log)\n\n[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/thomasklein/mgitlog/releases)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n\nRun `git log` over multiple repositories in one go.\n\n```bash\n$ mgitlog --mroot ~/business-unit-a --mroot ~/projects/business-unit-b --mheader --author=jane.smith@example.com --since \"1 week ago\"\n\nBUSINESS-UNIT-A [/home/jane/projects/business-unit-a]\n━━━━━━━━━━━━━━━━━━━━\n\ncommit fd7fc4397f0e8267babc03cb9ee93c8d535a2fd0\nAuthor: Jane Smith \u003cjane.smith@example.com\u003e\nDate:   Wed Nov 20 14:20:25 2024 +0100\n\n    feat: implement OAuth2 token validation and refresh mechanism\n\nNOTIFICATION-SERVICE [/home/jane/projects/business-unit-b/notification-service]\n━━━━━━━━━━━━━━━━━━━━\n\ncommit fd7fc4397f0e8267babc03cb9ee93c8xxxxxxx01\nAuthor: Jane Smith \u003cjane.smith@example.com\u003e\nDate:   Thu Nov 20 13:20:25 2024 +0100\n\n    feat: implement OAuth2 token validation and refresh mechanism\n// ... more commits\n```\n\n## Installation\n\n```bash\n# Install\ngit clone https://github.com/thomasklein/mgitlog\ncd mgitlog \u0026\u0026 chmod +x mgitlog.sh\n\n# Optional: Make globally available\nsudo ln -s \"$(pwd)/mgitlog.sh\" /usr/local/bin/mgitlog\n```\n\n## Options\n\n```bash\nOptions:\n  --mroot DIR               Specify root directory. Defaults to current directory (can be used multiple times)\n  --mheader                 Show repository headers\n  --mexclude PATTERN        Exclude repository path(s) from scanning (can be used multiple times)\n                                Supports partial matches (e.g., 'test' excludes 'test-repo')\n  --mparallelize [NUMBER]   Enable parallel processing with optional number of processes (default: 4)\n  --help                    Show this help message\n  --version                 Show version information\n```\n\n[Contributing](CONTRIBUTING.md) | [Changelog](CHANGELOG.md) | [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasklein%2Fmgitlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasklein%2Fmgitlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasklein%2Fmgitlog/lists"}