# vim:et sts=2 sw=2 ft=zsh command git rev-parse --is-inside-work-tree >/dev/null || return 1 local commit for commit in "${@}"; do git update-ref -m "$(command git log -1 --pretty='format:%s' ${commit})" \ refs/stash ${commit} done