On Fri, Sep 25, 2009 at 12:30, Marco Costalba <mcostalba@xxxxxxxxx> wrote: > > So I am thinking to some setup somewhere that makes git to use > abbreviated commits instead of full names. Does exist something like > this ? > Here it is very strange. The problem is that git shell is no more case sensitive. I have tried git commit -F ... and I got error:unkown switch 'f' So somehow the problem is that all the commands are lowercased, and this explains why pretty format %H is interpreted as %h so that sha abbreviated form is used. Now the question is: how to restore normal case sensitive command parsing ? Thanks Marco P.S: Please, at least answer this last question ;-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html