{"id":22837158,"url":"https://github.com/cake-contrib/cake_git","last_synced_at":"2025-05-15T16:06:00.527Z","repository":{"id":45446262,"uuid":"47889703","full_name":"cake-contrib/Cake_Git","owner":"cake-contrib","description":"Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp","archived":false,"fork":false,"pushed_at":"2024-12-16T19:03:18.000Z","size":341,"stargazers_count":39,"open_issues_count":33,"forks_count":65,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-05-08T14:46:31.044Z","etag":null,"topics":["cake-addin","cake-build","git","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://cakebuild.net/extensions/cake-git","language":"C#","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/cake-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2015-12-12T18:31:51.000Z","updated_at":"2024-12-16T19:03:23.000Z","dependencies_parsed_at":"2024-03-06T21:53:16.151Z","dependency_job_id":"519db7bd-a228-4127-97e1-a0c02b2f9622","html_url":"https://github.com/cake-contrib/Cake_Git","commit_stats":{"total_commits":153,"total_committers":36,"mean_commits":4.25,"dds":0.5294117647058824,"last_synced_commit":"35fc100f855837177c19af3d01c32c8101742417"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake_Git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake_Git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake_Git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake_Git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cake-contrib","download_url":"https://codeload.github.com/cake-contrib/Cake_Git/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374464,"owners_count":22060611,"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":["cake-addin","cake-build","git","hacktoberfest"],"created_at":"2024-12-12T23:15:49.245Z","updated_at":"2025-05-15T16:06:00.511Z","avatar_url":"https://github.com/cake-contrib.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cake Git\n\n[![NuGet](https://img.shields.io/nuget/v/Cake.Git.svg)](https://www.nuget.org/packages/Cake.Git)\n\nCake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp.\n\n| Build server                | Platform                | Status                                                                                                                                                                       |\n|-----------------------------|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| AppVeyor                    | Windows                 | [![Build status](https://ci.appveyor.com/api/projects/status/mycuknigvm2418ht/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-git/branch/develop) |\n| GitHub Actions              | Windows / Linux / macOS | [![Build status](https://github.com/cake-contrib/Cake_Git/actions/workflows/build.yml/badge.svg)](https://github.com/cake-contrib/Cake_Git/actions/workflows/build.yml)      |\n\n## Documentation\n\nDocumentation is available at [cakebuild.net/dsl/git](http://cakebuild.net/dsl/git).\n\n## Example usage\n\n```cake\n#addin nuget:?package=Cake.Git\n\nvar lastCommit = GitLogTip(\"PATH TO REPOSITORY\");\n\nInformation(@\"Last commit {0}\n    Short message: {1}\n    Author:        {2}\n    Authored:      {3:yyyy-MM-dd HH:mm:ss}\n    Committer:     {4}\n    Committed:     {5:yyyy-MM-dd HH:mm:ss}\",\n    lastCommit.Sha,\n    lastCommit.MessageShort,\n    lastCommit.Author.Name,\n    lastCommit.Author.When,\n    lastCommit.Committer.Name,\n    lastCommit.Committer.When\n    );\n```\n\n### Example output\n\n```bash\nLast commit fb5b9805e543d8d1715886f78c273dc45b51a928\n    Short message: Added Travis test folding\n    Author:        Mattias Karlsson\n    Authored:      2016-08-16 085836\n    Committer:     Mattias Karlsson\n    Committed:     2016-08-16 085836\n```\n\n## Discussion\n\nFor questions and to discuss ideas \u0026 feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q\u0026A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category.\n\n[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcake-contrib%2Fcake_git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcake-contrib%2Fcake_git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcake-contrib%2Fcake_git/lists"}