]> git.ipfire.org Git - thirdparty/git.git/commit - git-legacy-stash.sh
stash: add back the original, scripted `git stash`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Feb 2019 23:16:29 +0000 (23:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:41:40 +0000 (09:41 +0900)
commit8d8e9c2a94c4cb60a0db2a496fd1f28fc6ec79f8
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]