Re: [PATCH/RFC V2] stash: implement builtin stash

2017-04-30 Thread Johannes Schindelin
Hi Peff & Joel, On Tue, 21 Mar 2017, Jeff King wrote: > On Mon, Mar 13, 2017 at 03:23:18PM -0700, Joel Teichroeb wrote: > > > I've been working on rewriting git stash as a c builtin and I have all > > but three tests passing. I'm having a bit of trouble fixing them, as > > well as a few other

Re: [PATCH/RFC V2] stash: implement builtin stash

2017-03-20 Thread Jeff King
On Mon, Mar 13, 2017 at 03:23:18PM -0700, Joel Teichroeb wrote: > I've been working on rewriting git stash as a c builtin and I have all > but three tests passing. I'm having a bit of trouble fixing them, as > well as a few other issues, so I'd really appreciate some help. Don't > bother

[PATCH/RFC V2] stash: implement builtin stash

2017-03-13 Thread Joel Teichroeb
Implement all git stash functionality as a builtin command Signed-off-by: Joel Teichroeb --- I've been working on rewriting git stash as a c builtin and I have all but three tests passing. I'm having a bit of trouble fixing them, as well as a few other issues, so I'd really