Re: [PATCH v12 25/26] stash: optionally use the scripted version again

2019-01-06 Thread Thomas Gummerer
On 12/20, Paul-Sebastian Ungureanu wrote: > From: Johannes Schindelin > > We recently converted the `git stash` command from Unix shell scripts > to builtins. > > Let's end users a way out when they discover a bug in the s/Let's/& give/ maybe? The rest of the patch looks good to me. > builtin

[PATCH v12 25/26] stash: optionally use the scripted version again

2018-12-20 Thread Paul-Sebastian Ungureanu
From: Johannes Schindelin We recently converted the `git stash` command from Unix shell scripts to builtins. Let's end users a way out when they discover a bug in the builtin command: `stash.useBuiltin`. As the file name `git-stash` is already in use, let's rename the scripted backend to `git-l