Re: [PATCH v6 0/4] stash: Convert some `git stash` commands to a builtin

2018-06-28 Thread Paul-Sebastian Ungureanu
Hello, On 27.06.2018 01:12, Johannes Schindelin wrote: Joel Teichroeb (4): stash: convert apply to builtin stash: convert drop and clear to builtin stash: convert branch to builtin stash: convert pop to builtin Were there any changes since v5 in these patches? There are some ch

Re: [PATCH v6 0/4] stash: Convert some `git stash` commands to a builtin

2018-06-26 Thread Johannes Schindelin
Hi Paul, On Mon, 25 Jun 2018, Paul-Sebastian Ungureanu wrote: > This second series of patches contains commits to convert `apply`, `drop`, > `clear`, `branch`, `pop` stash subcommands to builtins. > > > Joel Teichroeb (4): > stash: convert apply to builtin > stash: convert drop and clear to