Skip to content
Unverified Commit 35dc26a2 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

git: use stash 'push' instead of the deprecated 'save' (#7486)

* Use stash 'push' or 'save' depending on Git version

A utility function now parses the output of git --version and set the
alias for git stash to 'git stash push' iff the current version of Git
is 2.13 or greater; it falls back to 'git stash save' otherwise.
parents 4aa545ab 1bd72f58
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment