From: Johannes Schindelin Date: Mon, 25 Feb 2019 23:16:29 +0000 (+0000) Subject: stash: add back the original, scripted `git stash` X-Git-Tag: v2.22.0-rc0~90^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8d8e9c2a94c4cb60a0db2a496fd1f28fc6ec79f8?ds=inline;hp=8d8e9c2a94c4cb60a0db2a496fd1f28fc6ec79f8 stash: add back the original, scripted `git stash` This simply copies the version as of sd/stash-wo-user-name verbatim. As of now, it is not hooked up. The next commit will change the builtin `stash` to hand off to the scripted `git stash` when `stash.useBuiltin=false`. Signed-off-by: Johannes Schindelin Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano ---