{"id":17432175,"url":"https://github.com/marekjm/git-this-day","last_synced_at":"2026-04-20T19:31:58.867Z","repository":{"id":142429493,"uuid":"81472569","full_name":"marekjm/git-this-day","owner":"marekjm","description":"Remind me what I have done today","archived":false,"fork":false,"pushed_at":"2017-02-10T16:03:52.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-16T13:38:46.604Z","etag":null,"topics":["convenience","git","helper","reporting","tool"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marekjm.png","metadata":{"files":{"readme":"README.markdown","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":"2017-02-09T16:50:47.000Z","updated_at":"2017-04-27T20:07:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"94fbff75-7ee7-4b5e-a665-e246b479f108","html_url":"https://github.com/marekjm/git-this-day","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marekjm/git-this-day","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekjm%2Fgit-this-day","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekjm%2Fgit-this-day/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekjm%2Fgit-this-day/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekjm%2Fgit-this-day/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marekjm","download_url":"https://codeload.github.com/marekjm/git-this-day/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marekjm%2Fgit-this-day/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["convenience","git","helper","reporting","tool"],"created_at":"2024-10-17T08:24:23.596Z","updated_at":"2026-04-20T19:31:58.845Z","avatar_url":"https://github.com/marekjm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This day in Git repository\n\nA script to extract a list of all recent commits from most recently active branches of a Git repository.\n\n\n----\n\n\n## Installation\n\nExecute `make` to install all required scripts.\nAdd a `this-day` alias to your `~/.gitconfig`; it should look something like this after the edits:\n\n```\n[user]\n    name = John Doe\n    email = john.doe@example.com\n[alias]\n    this-day = \"!f() { /usr/local/lib/git-this-day/what-have-i-done-today.sh $@; }; f\"\n```\n\n\n#### Removal\n\nExecute `make uninstall` to remove the script from your system.\n\n\n----\n\n\n## Dependencies\n\nThe script depends on:\n\n- Git (obviously; at least in version 2.11.1)\n- BASH (any version in 4.x line)\n- xargs (from GNU findutils; version at least 4.6.0)\n\nThe script also depends on you having an email configured in `~/.gitconfig` as\nit tracks your commits by email.\n\n\n----\n\n\n## Configuration\n\nThe following environment variables are used to configure the script.\n\n\n### `GIT_THIS_DAY_DEPTH`\n\n**Default**: 40\n\nHow many branches should be analysed?\nSet this to a reasonable number.\nA good default is the number of branches you usually update throughout the day plus 20% (to cover\nespecially busy days).\n\nSpecial value `all` will make the script scan all branches (instead of only the N most recent ones) for\nfresh commits.\n\n\n### `GIT_THIS_DAY_USER_EMAIL`\n\n**Default**: `git config --get user.email`\n\nEmail that will be used to track commits.\n\n\n----\n\n## License and copyright\n\nCopyright (c) 2017 Marek Marecki\n\nThis code is published under GNU GPL v3 or any later version of this license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekjm%2Fgit-this-day","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarekjm%2Fgit-this-day","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarekjm%2Fgit-this-day/lists"}