Expose setting workdir and detatched HEADs#377
Expose setting workdir and detatched HEADs#377jdavid merged 2 commits intolibgit2:masterfrom oconnor663:master
Conversation
|
I think this failure repros in master with the latest updates from libgit2. |
|
Hello, please rebase or merge against master, there are conflicts since we moved to libgit2 v0.21.0 Otherwise it looks good, just the second patch does not respect the 4 spaces indentation coding style. |
|
Rebased and fixed the style. I noticed in the docs it mentions that all APIs that take an Oid should also accept a hex string. What's the right way to make this work for |
|
Regarding |
|
|
|
If it takes a repository, then I vote for |
|
I actually ended up going with |
A couple new features that I need for a tool I'm working on (https://github.com/oconnor663/peru). I'm totally new to libgit2, so I'm sure I made mistakes here.
The next thing I need to expose is
git_merge_trees. I'd appreciate any advice for where that belongs.