Hi, On Mon, 25 Dec 2006, Junio C Hamano wrote: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > > > On Mon, 25 Dec 2006, Junio C Hamano wrote: > > > >> $ git add foo.o > >> $ git add '*.o' > > > > Most people do > > > > $ git add *.o > > > > instead, where bash expands the expression. Maybe this new behaviour > > should be hidden between a "-f" option? > > When would anybody do "git add *.o"? Not exactly "git add *.o", but when I see in git-status that there are only a couple of files which are untracked, and I want them added, I lazily do "git add *". 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