We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8635a4 commit ea08b02Copy full SHA for ea08b02
bin/auto-style.rb
hooks/post-receive.sh
@@ -33,9 +33,6 @@ curl -s "https://bugs.ruby-lang.org/sys/fetch_changesets?key=`cat ~git/config/re
33
# Make extra commits from here.
34
# The above procedure will be executed for the these commits in another post-receive hook.
35
36
-log "==> auto-style"
37
-SVN_ACCOUNT_NAME=git "${ruby_commit_hook}/bin/auto-style.rb" "$ruby_git" $*
38
-
39
log "==> update-version.h"
40
SVN_ACCOUNT_NAME=git "${ruby_commit_hook}/bin/update-version.h.rb" git "$ruby_git" $*
41
0 commit comments