-
See https://libgit2.github.com/libgit2/#HEAD/search/rebase .
Since the rebase API uses annotated commits, it would also help to have bindings to the other functions that create annotated commits, inc…
-
I would really like a quick and convenient way to obtain the commits that affect a given file. In Git, this can be done with the porcelain command `log` or the plumbing command `rev-list` ([git-rev-li…
-
Is not possible to sign the commits although did execute `git config --global commit.gpgsign true`. For the command line client it work but no for GitUp.
-
Because I had many issues with the current status, I have created a bindings crate for that lib (https://github.com/LeonardKoenig/libhttp_parser-sys-rs), which doesn't do much more than creating *real…
ljrk0 updated
5 years ago
-
Magit runs very slow on my windows 7 X64 machine (office cloud system), but on another Win7 laptop, magit runs fast, the config is almost the same.
I run Emacs -Q and (load "~/.emacs.d/site-lisp/ma…
-
I'm interested in using `git2` to make a CLI tool for my team to automate some repetitive Git work we have to do. One of the main things we do a lot is cherrypicking a given revision to a bunch of dif…
-
Currently we have many similar tags:
```
2d
3d
abstraction
Active Directory
Actor
actormodel
AD
adobe
ADO.Net
ADO.NET
agplv3
ajax
akka
alamofire
album
algebra
algorithm
Algorithm
a…
-
Git.git uses some reasonable defaults if user.name and user.email aren't set. Libgit2 should be able to give us that default signature.
-
Is there a way to unpack in the binding? I see that there's a pack builder, but no way to unpack.
-
Currently, `PackBuilder` has no way to write a pack + index file back to the repo.
Even though it has `write_buf`, this does not return an index and I'm not aware of different means to index packs cu…