stash: add back the original, scripted `git stash`
commit8d8e9c2a94c4cb60a0db2a496fd1f28fc6ec79f8
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Feb 2019 23:16:29 +0000 (25 23:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:41:40 +0000 (7 09:41 +0900)
tree5d9118589d32bb0f91aa98252a005224f7c7d430
parent40af14683432285b94407e8488eab6942d0779dc
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 <johannes.schindelin@gmx.de>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh [new file with mode: 0755]