Re: [PATCH v3 0/5] Convert some stash functionality to a builtin
From: Johannes Schindelin <hidden>
Date: 2018-03-27 14:47:54
From: Johannes Schindelin <hidden>
Date: 2018-03-27 14:47:54
Hi Joel, On Mon, 26 Mar 2018, Joel Teichroeb wrote:
I've been working on converting all of git stash to be a builtin, however it's hard to get it all working at once with limited time, so I've moved around half of it to a new stash--helper builtin and called these functions from the shell script. Once this is stabalized, it should be easier to convert the rest of the commands one at a time without breaking anything. I've sent most of this code before, but that was targetting a full replacement of stash. The code is overall the same, but with some code review changes and updates for internal api changes. Since there seems to be interest from GSOC students who want to work on converting builtins, I figured I should finish what I have that works now so they could build on top of it.
Great! This will help tremendously, I am sure. Ciao, Dscho