Hi, On Thu, Mar 06, 2008 at 12:35:58PM +0100, Johannes Schindelin wrote: > Hi, > > On Thu, 6 Mar 2008, Marc-André Lureau wrote: > > > Hi, > > > > On Thu, Mar 6, 2008 at 12:46 PM, Michele Ballabio > > <barra_cuda@xxxxxxxxxxxx> wrote: > > > > > > There's "git add -u". It should do what you want. > > > > > > > Thanks for this answer :) I wonder why "-u" and not "-a".. After all > > git commit "-a" could be "-s" if we follow that distinction > > (Update/Stage/All). > > Probably because some people would expect "git add -a" to do the same as > "git add .", i.e. add _all_ files (even the untracked ones), as opposed to > "git add -u", which updates all _tracked_ files. Actually "git add -u" updates all tracked files in the _current_ directory and its subdirectories. So the current working directory acts as a "path limiter". Pekka -- 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