Method: Overcommit::HookContext::PrePush::PushedRef#to_s
- Defined in:
- lib/overcommit/hook_context/pre_push.rb
#to_s ⇒ Object
67 68 69 |
# File 'lib/overcommit/hook_context/pre_push.rb', line 67 def to_s "#{local_ref} #{local_sha1} #{remote_ref} #{remote_sha1}" end |