Cake_Git icon indicating copy to clipboard operation
Cake_Git copied to clipboard

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp

Results 33 Cake_Git issues
Sort by recently updated
recently updated
newest added

Update to LibGit2Sharp 0.30.0 and native binaries 2.0.322

We tried upgrading from cake.git 3.0 to cake.git 4 and get the following error on calling GitBranchCurrent var branch = GitBranchCurrent (thisRepo); **Error: repository path '...' is not owned by...

Hey friends, So on OSX, on the new Apple Silicon chips (M1 / M2) etc, there is a bug that libgit2sharp fixed here: https://github.com/libgit2/libgit2sharp/pull/1955/files Discussion is here: https://github.com/libgit2/libgit2sharp/pull/1955 I'm having...

* `GitEnableLogging` enables the git logging in LibGit2Sharp and routes the log messages into Cake. NOt sure, if we need this, but it felt like a nice addition while I...

Hi, I'm just running the build script on develop branch, on W10 `.\build.ps1' and I get this error on the Clone test: ``` ======================================== Git-Clone ======================================== Cloning repo https://github.com/WCOMAB/CakeGitTestRepo.git... An...

blocked-upstream

Hi there Im using package=Cake.Git on my cake script.... and it works on my machine :) but when I execute my build in my Jenkins CI it happens an error...

Hello! I get AccessViolationException when trying to access tag's annotation properties. It seems, that #129 allows to load targets, but the issue occures when trying to access target's lazy-initialized properties....

- Updates `LibGit2Sharp` and removes the explicit `LibGit2Sharp.NativeBinaries` reference because `LibGit2Sharp` is [tied to a specific libgit2 hash anyways](https://github.com/libgit2/libgit2sharp/blob/master/LibGit2Sharp/Core/NativeMethods.cs#L17) - Includes natives for all architectures for cake scripting (before/after screenshot)...

I'm upgrading a project from .NET v6 to v7. I've updated all my references to v7, and I updated cake to v3.0.0. When I run `git status` on the repo,...

Attempting to resolve issues with Apple Silicon arch, details here: https://github.com/cake-contrib/Cake_Git/issues/165