Re: [PATCH v4 0/5] Implement git stash as a builtin command

2017-06-11 Thread Joel Teichroeb
I haven't seen any response. Would it be possible for anyone to review? Thanks, Joel On 6/7/2017 5:55 PM, Joel Teichroeb wrote: I've rewritten git stash as a builtin c command. All tests pass, and I've added two new tests. Test coverage is around 95% with the only things missing coverage being

[PATCH v4 0/5] Implement git stash as a builtin command

2017-06-07 Thread Joel Teichroeb
I've rewritten git stash as a builtin c command. All tests pass, and I've added two new tests. Test coverage is around 95% with the only things missing coverage being error handlers. Changes since v3: * Fixed formatting issues * Fixed a bug with stash branch and added a new test for it * Fixed