X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=%2Bbin%2Fgit-up;h=da40169df18d0d9041d79649f1706d4607cb4c07;hb=8fa536e33a47986ae56cd4cf499e579518423348;hp=06a2c71ff944bf4bc4377f19407e731f4b14882e;hpb=5923f706617b966f114656c78bd60108d4ab1dde;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/~~)