git - What is the tree hash of a specific commit hash? -


i need shell command-line puts tree hash corresponding specific commit hash. know git cat-file commit $commitid | grep ^tree can it, have filter output of that. there command prints hash?

git log -1 --pretty="%t" $commitid  

Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -