{"id":26869944,"url":"https://github.com/icyphox/nit","last_synced_at":"2026-05-13T23:35:00.541Z","repository":{"id":107171785,"uuid":"135316256","full_name":"icyphox/nit","owner":"icyphox","description":":octocat: a Git implementation in Nim","archived":false,"fork":false,"pushed_at":"2018-06-06T06:06:14.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T04:34:46.093Z","etag":null,"topics":["git","nim"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/icyphox.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":"2018-05-29T15:26:51.000Z","updated_at":"2023-01-31T18:12:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"8458738c-1c90-4c38-8d04-2db6d8d66413","html_url":"https://github.com/icyphox/nit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icyphox/nit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fnit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fnit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fnit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fnit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyphox","download_url":"https://codeload.github.com/icyphox/nit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyphox%2Fnit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: 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":["git","nim"],"created_at":"2025-03-31T06:19:24.862Z","updated_at":"2026-05-13T23:35:00.529Z","avatar_url":"https://github.com/icyphox.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nit (git + nim)\n\u003e A basic implementation of Git in Nim. Inspired by [pygit](https://github.com/benhoyt/pygit).\n\nIt currently supports the following Git commands:\n\n- `init` \n- `add` \n- `commit` (WIP)\n\n\n## Building\nAll the `.nim` files in the `src/` directory need to be compiled, like so:\n```console\nnim c -o bin/init src/init.nim\n```\nThis of course, requires Nim to exist in your `PATH`.\n\n## Note\nThe `.git/index` file is actually written as a binary file in Git. For the sake of simplicity, I've decided to write to it as a simple text file.  \nThis will result in Git complaining with a:\n```\nerror: bad signature\nfatal: index file corrupt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyphox%2Fnit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyphox%2Fnit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyphox%2Fnit/lists"}