X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgit;h=7e235fe7d3732b80527ef1ed0e265dda726721a5;hb=64e73c7c9b6ae49d19515b5737fe227f40a64a21;hp=341ca7bcd4ca99c40037742f555acdf37cc59a27;hpb=a70e80a6af6e31d56b120348bc8bc23cdd6543f5;p=clearscm.git diff --git a/rc/git b/rc/git index 341ca7b..7e235fe 100644 --- a/rc/git +++ b/rc/git @@ -34,7 +34,7 @@ function git () { if [ "${git:0:3}" != "no " ]; then if [ "$1" = "checkout" -o "$1" = "co" ]; then - $git $@ + $git "$@" set_title elif [ "$1" = "files" ]; then if [ -z "$2" ]; then @@ -45,7 +45,7 @@ function git () { $git show --pretty="" --name-only $2 fi else - $git $@ + $git "$@" fi fi } # git