Hi, On Wed, 29 Nov 2006, Steven Grimm wrote: > Junio C Hamano wrote: > > After they learn what it means and get used to using it, they > > will start wondering why we do not default to "-a". > > More likely they will start wondering the instant you tell them to use > it the first time. Or at least they'll ask, "If '-a' means commit all > files, what's the default?" And then you either have to blow off the > question or start telling them about the index. So what? Tell them that there is a staging area, which makes many operations of git very powerful and fast. And this staging area is called "the index" in git. And to put some files into it, specify those files. If you want _all_ modified files there, use "-a". That's it. Ciao, Dscho - 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