{"id":19031413,"url":"https://github.com/gitjournal/dart-git","last_synced_at":"2025-04-15T08:57:22.664Z","repository":{"id":45515840,"uuid":"229985363","full_name":"GitJournal/dart-git","owner":"GitJournal","description":"A Git implementation in pure Dart","archived":false,"fork":false,"pushed_at":"2024-08-24T13:43:18.000Z","size":1275,"stargazers_count":79,"open_issues_count":1,"forks_count":14,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-15T08:57:16.404Z","etag":null,"topics":["dart","git"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GitJournal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"paypal.me/visheshhanda","github":"vhanda"}},"created_at":"2019-12-24T18:08:50.000Z","updated_at":"2025-04-04T02:44:07.000Z","dependencies_parsed_at":"2023-01-31T09:46:18.778Z","dependency_job_id":"126e2f71-e472-4129-8e0d-af98b203b58f","html_url":"https://github.com/GitJournal/dart-git","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/GitJournal%2Fdart-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitJournal%2Fdart-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitJournal%2Fdart-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitJournal%2Fdart-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GitJournal","download_url":"https://codeload.github.com/GitJournal/dart-git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249040047,"owners_count":21202813,"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":["dart","git"],"created_at":"2024-11-08T21:23:19.180Z","updated_at":"2025-04-15T08:57:22.648Z","avatar_url":"https://github.com/GitJournal.png","language":"Dart","funding_links":["paypal.me/visheshhanda","https://github.com/sponsors/vhanda","http://paypal.me/visheshhanda","https://github.com/sponsors/vHanda"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" width=\"auto\" src=\"https://raw.githubusercontent.com/GitJournal/dart_git/master/assets/logo.png\"\u003e\n  \u003cbr/\u003eA Git Implementation in pure Dart\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/GitJournal/dart_git/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://github.com/GitJournal/dart_git/workflows/Dart%20CI/badge.svg\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.apache.org/licenses/LICENSE-2.0.html\"\u003e\u003cimg alt=\"License: AGPL v3\" src=\"https://img.shields.io/badge/License-Apache%20v2-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/GitJournal/dart-git\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/GitJournal/dart-git/branch/master/graph/badge.svg?token=3FS2Q7DJIG\"/\u003e\n  \u003c/a\u003e\n\n  \u003c/br\u003e\n  \u003ca href=\"http://paypal.me/visheshhanda\"\u003e\u003cimg alt=\"Donate Paypal\" src=\"https://img.shields.io/badge/Donate-Paypal-%231999de\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sponsors/vHanda\"\u003e\u003cimg alt=\"Sponsor via GitHub\" src=\"https://img.shields.io/badge/Sponsor-Github-%235a353\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\nThis is an experimental reimplementation of Git in pure Dart. The GitJournal project is currently using libgit2, but it's a pain using it - the cross compilation, java ndk bindings + ios bindings. Also, it doesn't let us easily control the FS layer. We eventually want to encrypt the git repo.\n\nTherefore, this is an experimental start at reimplementing Git in Dart. Right now the plan is to just implement a subset of features required by GitJournal.\n\n\n## Comparison with git\n\n*dart-git* aims to be fully compatible with [git](https://github.com/git/git), all the *porcelain* operations will be implemented to work exactly as *git* does.\n\n*Git* is a humongous project with years of development by thousands of contributors, *dart-git* does not aim to implement all its features. It's primarily driven by the needs of the GitJournal project. You can find a comparison of *dart-git* vs *git* in the [compatibility documentation](COMPATIBILITY.md).\n\n\n## License\n\nThis project has been heavily inspired by the [go-git](https://github.com/go-git/go-git/) project and has often adapted code from that project. go-git is licensed under Apache License Version 2.0\n\ndart-git is licensed under Apache License Version 2.0, see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitjournal%2Fdart-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitjournal%2Fdart-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitjournal%2Fdart-git/lists"}