Re: [PATCH v5 0/5] Convert some stash functionality to a builtin

2018-04-30 Thread Joel Teichroeb
Re-sending, but this time in plain text (why doesn't gmail for android support that...) On Mon, Apr 30, 2018 at 7:35 AM, Joel Teichroeb wrote: > Hi Paul, > > That sounds great to me! > > Thanks, > Joel > > > On Sat, Apr 28, 2018, 3:06 PM Paul-Sebastian Ungureanu >

Re: [PATCH v5 0/5] Convert some stash functionality to a builtin

2018-04-29 Thread Johannes Schindelin
Hi, On Sun, 29 Apr 2018, Paul-Sebastian Ungureanu wrote: > > > 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. > > First of all, I must thank you for

Re: [PATCH v5 0/5] Convert some stash functionality to a builtin

2018-04-28 Thread Paul-Sebastian Ungureanu
Hello Joel, 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. First of all, I must thank you for submitting this series of patches. It is a great starting point

Re: [PATCH v5 0/5] Convert some stash functionality to a builtin

2018-04-06 Thread Johannes Schindelin
Hi Joel, On Wed, 4 Apr 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

[PATCH v5 0/5] Convert some stash functionality to a builtin

2018-04-04 Thread Joel Teichroeb
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