{"id":17057949,"url":"https://github.com/chimeracoder/gitgo","last_synced_at":"2025-04-09T16:14:00.062Z","repository":{"id":29955355,"uuid":"33502027","full_name":"ChimeraCoder/gitgo","owner":"ChimeraCoder","description":"A Go implementation of Git functions","archived":false,"fork":false,"pushed_at":"2018-01-16T03:08:56.000Z","size":1559,"stargazers_count":347,"open_issues_count":1,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-04-09T16:13:56.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChimeraCoder.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-04-06T19:49:57.000Z","updated_at":"2025-03-24T18:17:17.000Z","dependencies_parsed_at":"2022-06-26T12:30:57.024Z","dependency_job_id":null,"html_url":"https://github.com/ChimeraCoder/gitgo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgitgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgitgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgitgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fgitgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChimeraCoder","download_url":"https://codeload.github.com/ChimeraCoder/gitgo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065282,"owners_count":21041872,"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":[],"created_at":"2024-10-14T10:28:29.777Z","updated_at":"2025-04-09T16:14:00.043Z","avatar_url":"https://github.com/ChimeraCoder.png","language":"Go","readme":"gitgo \n========\n[![GoDoc](https://godoc.org/github.com/ChimeraCoder/gitgo?status.svg)](https://godoc.org/github.com/ChimeraCoder/gitgo)\n[![Build Status](https://travis-ci.org/ChimeraCoder/gitgo.svg?branch=master)](https://travis-ci.org/ChimeraCoder/gitgo)\n\n\nGitgo provides Go functions for interacting with Git repositories.\n\nUnlike libgit2, which is written in C, Gitgo is written in pure Go, and can be compiled and cross-compiled easily for all platforms supported by Go.\n\n\nInstallation\n--------------\n\n`\n$ go get github.com/ChimeraCoder/gitgo\n`\n\n\nUsage\n---------\n\nFull documentation is available on [GoDoc](https://godoc.org/github.com/ChimeraCoder/gitgo).\n\nGitgo is a library intended to be used by other applications, rather than a replacement for the `git` command-line tools. However, gitgo does provide the `gitgo` binary, which is used for testing the gitgo library functions and demonstrating their functionality:\n\n````\n$ cd $GOPATH/src/github.com/ChimeraCoder/gitgo\n$ gitgo log 1d833eb5b6c5369c0cb7a4a3e20ded237490145f\ncommit 1d833eb5b6c5369c0cb7a4a3e20ded237490145f\nAuthor: aditya \u003cdev@chimeracoder.net\u003e\nDate:   Mon Apr 6 15:49:15 2015 -0400\n\n    Parse git object into struct and add corresponding test\n    \ncommit a7f92c920ce85f07a33f948aa4fa2548b270024f\nAuthor: aditya \u003cdev@chimeracoder.net\u003e\nDate:   Fri Apr 3 12:38:24 2015 -0400\n\n    Add CatFile function and corresponding test\n    \ncommit 97eed02ebe122df8fdd853c1215d8775f3d9f1a1\nAuthor: aditya \u003cdev@chimeracoder.net\u003e\nDate:   Fri Apr 3 11:45:00 2015 -0400\n\n    First commit. Create .gitignore\n\n````\n\nNote that the `gitgo` binary does not support all (or even most) of the functions provided by the gitgo library; it is intended for demonstration purposes and testing only.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fgitgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimeracoder%2Fgitgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fgitgo/lists"}