-
## Uploading artifacts
Uploading artifact libgit2 to github releases will improve the development of all users, as they do not have to build it themselves and can directly download it from github …
-
`CherryPickOptions`, `MergeOptions`, `RevertOptions` already expose such **[property](https://github.com/libgit2/libgit2sharp/search?utf8=%E2%9C%93&q=FileConflictStrategy&type=Code)**.
Let's also mak…
-
When trying to build the repo there is an error: `Missing package product 'Libgit2Origin'`
There is nothing in Getting Started section about this.
Also I've found the libgit2.xcodeproj in T…
-
When the commit message is too long, this yields errors such as:
```
Error: could not open '/foo/bar.cpp~$very-long-commit-message: File name too long
at Error (native)
```
-
libgit2 doesn't seem to support interactive rebase natively. Of course it would still be possible to provide a UI for an interactive rebase inside GitAhead and implement it similar to cherry-picking. …
-
The commit list is supposted to be sorted by commit date, from newest to oldest. At the moment, it seems to be in a random order with seemingly no consistency.
Screenshot
![image](https://…
-
I have been experimenting with building crates as cdylibs/staticlibs out of tree as a workaround for emulating cargo artefacts
on stable rust. I have created a repository with an example of this …
-
Hi! Thanks for this project!
I am trying to rewrite a project from `shell` to `rust`. And I am facing several documentation problems.
Currently, I am stuck with `git ls-files` alternative in `g…
-
Even when commit signing is set up locally commits appear as unverified on Github
-
I'm implementing my own backend, and may want to add compaction support sometime in the future. IMO this needs to be an opt-in feature, so when a user chooses to compaction will take place. I'm also p…