On Sat, 12 May 2007, Jeff King wrote: > Rather than updating all working tree paths, we limit > ourselves to paths listed on the command line. > > Signed-off-by: Jeff King <peff@xxxxxxxx> > --- > This turned out to be quite easy to implement. Patch is slightly larger > than necessary due to removing _all_ from the variable names, but I > think that better expresses the new functionality. > > I'm not sure that the documentation needs updated at all; I had just > assumed after reading it that 'git-add -u foo' would DWIM. Do git-add *needs* path specifier (even if it is '.') also for `-u'? The changes in documentation were to reflect that `-u' is incompatibile with explicit paths, or that `-u' does not require explicit paths contrary to git-add without `-u'. The fact that "add --interactive does not take any parameters" is separate issue (which, accidentally, was adressed in the same patch). -- Jakub Narebski Poland - 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