Stefan Widgren
Stefan Widgren
The `credentials` branch. Thanks
@maelle thanks for testing. I have fixed to also handle passphrase protected keys using getPass. Does it work now?
Thanks for reporting this. I have updated the code and It's now possible to have zero-length tag messages. Note that `git tag v0.1.0` is a lightweight tag. They are not...
This works now ``` git2r::tag(name = "v0.1.0", message = "") ``` and my plan is to make ``` git2r::tag(name = "v0.1.0") ``` a lightweight tag, i.e. when `message = NULL`....
It's now possible to create a lightweight tag. The new functionality is in the master branch. Can you please check if this solves your use case?
Thanks, I will investigate the printing functionality
@jdblischak I've created a branch, but so far I have just bumped the version
Thanks for this suggestion. Yes, I agree that we should improve the handling of an unstaged conflicting change. It would be great if you can add tests and update the...
@karthik what do you think is the best strategy?
@sckott I think your git2r_post (https://gist.github.com/sckott/10473818) is a great example to have in the vignette. Is that ok?