Changeset 15535 for dotfiles/git

Show
Ignore:
Timestamp:
07/09/08 10:20:17 (5 years ago)
Author:
cho45
Message:

いろいろ更新

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/git/cho45-gitconfig

    r15166 r15535  
    77        di      = diff 
    88        co      = checkout 
    9         ci      = !sh -c 'git commit -av && [ $(git config --bool svn-remote.svn.autodcommit) = "true" ] && $HOME/.screen/asyncrun.rb git svn dcommit && echo "dcommit done!"' 
     9        ci      = !sh -c 'git commit -av && [ "$(git config --bool svn-remote.svn.autodcommit)" = "true" ] && $HOME/.screen/asyncrun.rb git svn dcommit && echo "dcommit done!"' 
    1010        cii     = commit -v 
    1111        svn-ad  = config svn-remote.svn.autodcommit true