Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. require 'rubygems'
  2. require 'grit'
  3. require 'pp'
  4.  
  5. packfile_index = ARGV[0]
  6. pack = Grit::GitRuby::Internal::PackStorage.new(packfile_index)
  7. pp pack.get_shas
Add Comment
Please, Sign In to add comment