[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] Access git objects

2014-03-31 Thread Gergely Polonkai
That tutorial also have an aliases section at [1]. According to that, `git hist` is actually git log --pretty=format:%h %ad | %s%d [%an] --graph --date=short [1] http://githowto.com/aliases/ On 31 March 2014 12:06, Ashutosh Das areos...@gmail.com wrote: Is there any working tutorial for