X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=%2Bbin%2Fgit-up;h=da40169df18d0d9041d79649f1706d4607cb4c07;hb=56894d8e51e7d0ca54c798431fb3428245f6ce13;hp=06a2c71ff944bf4bc4377f19407e731f4b14882e;hpb=425bf70af8bbf7dd4f55528842a46b68860df170;p=~madcoder%2Fdotfiles.git diff --git a/+bin/git-up b/+bin/git-up index 06a2c71..da40169 100755 --- a/+bin/git-up +++ b/+bin/git-up @@ -8,7 +8,7 @@ r,rebase perform a rebase m,merge perform a merge " SUBDIRECTORY_OK=t -. git-sh-setup +. "$(git --exec-path)/git-sh-setup" require_work_tree lbranch=$(git symbolic-ref HEAD | sed -e s~refs/heads/~~)