[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  ?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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  ?

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.