Yes, but wouldn't it be slick to actually teach git's internal diff to do things like GNU diff can, like the ignore option -I, case insensitivity, etc. I thought that's what the external diff capability is for, but it is not so. Gerald. > -----Original Message----- > From: Junio C Hamano [mailto:gitster@xxxxxxxxx] > Sent: Tuesday, December 18, 2007 12:40 PM > To: Gerald Gutierrez > Cc: 'Junio C Hamano'; 'Matthieu Moy'; 'Johannes Schindelin'; > git@xxxxxxxxxxxxxxx > Subject: Re: git with custom diff for commits > > "Gerald Gutierrez" <ggmlfs@xxxxxxxxx> writes: > > > I ended up doing the following, which sounds similar to the above. > > Instead of doing mysqldump into data.sql, it goes into data.sql.2 > > which I compare with the checked in data.sql using "diff -I > <timestamp > > RE>". If there are no differences, I delete data.sql.2. If > there are > > differences, I move > > data.sql.2 into data.sql and check in. Perhaps not as elegant but > > certainly works. > > Heh, that's essentially how automated html/man branches are > managed ;-) - 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