Stefan Widgren
Stefan Widgren
What output do you get from running `(SimInf::set_num_threads(NULL))`?
In the near future, I would like to prioritize work on improving the credentials functionality over adding new features. Therefore, I feel a little hesitant to add and maintain that...
Does it work if you try: `push(repo, "origin", "refs/tags/*:refs/tags/*")` ?
Great :+1:
@jarodmeng Thanks for reporting the issue. I'm not able to reproduce it on my machine, and have therefore not found the reason for the segfault yet. What's the output from...
Shallow clones are not supported by libgit2 https://github.com/libgit2/libgit2/issues/3058
@nfultz Thanks for reporting this issue. I'll take a look at it.
Hi @krlmlr I have started to work on this and added `commits` methods with signature `git_commit`, `git_branch` and `git_tag` in the `fr_commits` branch. Is this the functionality you meant? ```...
Nice! You can use `n=1` to fetch the last commit: `last_commit
My misstake, `commits(repo, n=1)` returns a list. Maybe `n=1` should be treated as a special case and return the git_commit object and not a list?