Hi, On Wed, 25 Mar 2009, Santi Béjar wrote: > 2009/3/25 Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>: > > +-m <message>:: > > +--import <message>:: > > + > > +Commit everything to the newly initialized repository. This is equivalent to: > > + > > +---------------- > > +$ git init > > +$ git add . > > +$ git commit -q -m <message> > > +---------------- > > + > > +If no message is given, "Initial commit" will be used. > > Why a default message and not running the editor? Because I would say "Initial commit" anyway. Ciao, Dscho