Skip to main content
5 events
when toggle format what by license comment
Feb 3, 2015 at 8:14 comment added Hawkeye Parker As others have pointed out, this does not give you the complete contents of a git object. Important if you trying to programmatically work on git objects.
Nov 30, 2011 at 12:27 comment added akira @igorw: only as long as the object is in the tree. knowledge about finding some git-objects in 'lost+found' (after fsck.ext4 put them there) comes in quite handy ...
Jul 5, 2010 at 12:51 comment added Jakub Narębski Or git cat-file -p c0fb67ab3fda7909000da003f4b2ce50a53f43e7
Jul 5, 2010 at 10:58 comment added Felix Geisendörfer I'm preparing for a little git-workshop I'm going to give soon. One of the examples involves showing what 'git add' does by hand. De-compressing the blob using git itself doesn't make sense since I want to show the underlaying functionality. I will probably end up using ruby or perl, but I was hoping I could stick with a simple bash oneliner.
Jul 5, 2010 at 10:22 history answered igorw CC BY-SA 2.5