On Fri, Aug 21, 2009 at 05:54:48AM +0000, Seba Illingworth wrote: > David Aguilar <davvid <at> gmail.com> writes: > > To make it work irrespective of the configuration... > > Hi David, great to get your comments, thanks for the pointers! One last note (I promise ;)): I would recommend against saying 'git difftool head' on your blog beause that only works on OSX with its case-preserving yet case-insensitive filesystem. It might be worth mentioning that. If you try 'git diff head' on a different filesystem (for example, if you tried it on Linux) you'll find that it doesn't work because the file is .git/HEAD; .git/head doesn't exist. On OSX the filesystem tells git that .git/head exists even though it's actually finding .git/HEAD. -- David -- 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