[PATCH] [RFC] Converting git stash to a builtin

2017-03-11 Thread 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 appreciate some help. Don't bother commenting on the small details yet as I still need to go though the code to make

[RFC] Converting git stash to a builtin

2017-03-11 Thread 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 appreciate some help. Don't bother commenting on the small details yet as I still need to go though the code to make