X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fgit;h=7e235fe7d3732b80527ef1ed0e265dda726721a5;hb=72c91d26aa739e713d088c89610e1ba48c5c923c;hp=341ca7bcd4ca99c40037742f555acdf37cc59a27;hpb=bdb1e0c845a6921e22d52fbff3404d5c1dfae520;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