X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git-legacy-stash.sh;h=4d4ebb4f2ba54e3061cc8ade350a9fb2d9421690;hb=afa34c5cf3ec96b2bc6f2faddf5860fa06cb0f26;hp=53fa5743018f19d8428f4a24379907bcbb6d80bf;hpb=56e6c16394493ebcd6b00a158f5db1e6fe7c58e7;p=thirdparty%2Fgit.git diff --git a/git-legacy-stash.sh b/git-legacy-stash.sh index 53fa574301..4d4ebb4f2b 100755 --- a/git-legacy-stash.sh +++ b/git-legacy-stash.sh @@ -207,7 +207,7 @@ create_stash () { # find out what the user wants GIT_INDEX_FILE="$TMP-index" \ - git add--interactive --patch=stash -- "$@" && + git add --legacy-stash-p -- "$@" && # state of the working tree w_tree=$(GIT_INDEX_FILE="$TMP-index" git write-tree) ||