Paul's Blog Google Summer of Code 2018

Week 6

Hi,

Now that exams are over, I am planning to focus entirely on the GSoC project. One unplanned part of the project (which I mentioned in last two blog posts) was that there is not any way to call get_oid() and avoid exit() calls using the existent API. Of course, there could be spawned another process (git rev-parse) to do that, but a better way is to add a new functionality to cover the case mentioned before. Here you can find a PR containing the progress on this matter and here the progress on git stash conversion.

Thanks!