{"id":51130968,"url":"https://github.com/pcaversaccio/test-spoof-commit-date","last_synced_at":"2026-06-25T12:30:39.199Z","repository":{"id":350430175,"uuid":"1206753207","full_name":"pcaversaccio/test-spoof-commit-date","owner":"pcaversaccio","description":"Git commit date spoofing.","archived":false,"fork":false,"pushed_at":"2026-06-17T11:46:32.000Z","size":4,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T13:25:46.278Z","etag":null,"topics":["git","spoofing"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/pcaversaccio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-10T08:14:29.000Z","updated_at":"2026-06-17T11:46:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pcaversaccio/test-spoof-commit-date","commit_stats":null,"previous_names":["pcaversaccio/test-spoof-commit-date"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcaversaccio/test-spoof-commit-date","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcaversaccio%2Ftest-spoof-commit-date","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcaversaccio%2Ftest-spoof-commit-date/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcaversaccio%2Ftest-spoof-commit-date/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcaversaccio%2Ftest-spoof-commit-date/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcaversaccio","download_url":"https://codeload.github.com/pcaversaccio/test-spoof-commit-date/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcaversaccio%2Ftest-spoof-commit-date/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34775927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","spoofing"],"created_at":"2026-06-25T12:30:37.002Z","updated_at":"2026-06-25T12:30:39.187Z","avatar_url":"https://github.com/pcaversaccio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Commit Date Spoofing\n\nGit allows _full_ control over \"author date\" ([`GIT_AUTHOR_DATE`](https://git-scm.com/docs/git-commit#_commit_information)) and \"committer date\" ([`GIT_COMMITTER_DATE`](https://git-scm.com/docs/git-commit#_commit_information)). These values can be set _arbitrarily_ when creating commits.\n\n## Linux/macOS (bash/zsh)\n\n```sh\n~$ GIT_AUTHOR_DATE=\"2019-07-08T13:21:24Z\" \\\n   GIT_COMMITTER_DATE=\"2019-07-08T13:21:24Z\" \\\n   git commit -m \"changed dependency\"\n```\n\n## Windows PowerShell\n\n```powershell\n~$ $env:GIT_AUTHOR_DATE=\"2019-07-08T13:21:24Z\"\n~$ $env:GIT_COMMITTER_DATE=\"2019-07-08T13:21:24Z\"\n~$ git commit -m \"changed dependency\"\n```\n\n## Example\n\nLet's inspect commit [`3e8db9983cffafb5342ae752fbee4af89dd3efa9`](https://github.com/pcaversaccio/test-spoof-commit-date/commit/3e8db9983cffafb5342ae752fbee4af89dd3efa9):\n\n```sh\ncurl -s https://api.github.com/repos/pcaversaccio/test-spoof-commit-date/commits/3e8db9983cffafb5342ae752fbee4af89dd3efa9 | jq '.commit | {author_date: .author.date, committer_date: .committer.date}'\n```\n\nwhich returns:\n\n```json\n{\n  \"author_date\": \"2019-07-08T13:21:24Z\",\n  \"committer_date\": \"2019-07-08T13:21:24Z\"\n}\n```\n\nThe commit was actually pushed at 2026-04-10T09:11:50Z.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcaversaccio%2Ftest-spoof-commit-date","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcaversaccio%2Ftest-spoof-commit-date","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcaversaccio%2Ftest-spoof-commit-date/lists"}