Mon, 06 May 2019 12:34:51 -0500
Fix escape
--- a/bin/git-histedit +++ b/bin/git-histedit @@ -5,7 +5,7 @@ case ${1:-} in *help|-h) exec perldoc -T $0;; esac -UPSTREAM="${1:-@{u\}}" +UPSTREAM="${1:-@{u}}" BRANCH="${2:-$(git symbolic-ref --short -q HEAD || echo HEAD)}" [ "$#" -ne 0 ] && shift