[git-users] Access git objects

2014-03-31 Thread Ashutosh Das
Is there any working tutorial for accessing git objects ? I found this on google http://githowto.com/git_internals_working_directly_with_git_objects but the first command git hist --max-object = 1 is not working . Any idea what is the actual command for git hist --max-object =1 ?

Re: [git-users] Re: Access git objects

2014-03-31 Thread Ashutosh Das
Thanks Gergely and Ferris :) On Mon, Mar 31, 2014 at 7:39 PM, Thomas Ferris Nicolaisen tfn...@gmail.comwrote: On Monday, March 31, 2014 12:06:38 PM UTC+2, Ashutosh Das wrote: Is there any working tutorial for accessing git objects ? I found this on google http://githowto.com