Hi, On Sun, 23 Mar 2008, Jörg Sommer wrote: > > Signed-off-by: Jörg Sommer <joerg@xxxxxxxxxxxx> "for get"? You mean "to get". > +parents_of_commit() { > + git rev-list --parents -1 "$1" | cut -d' ' -f2- > +} >From the rest of Git's source code, I would have expected this to be called "get_parents", and to have a space before the parens. In general, it is always good to imitate the style around the code you are writing. Ciao, Dscho