On Mon, Sep 21, 2009 at 06:50:29AM -0700, Jeffrey wrote: > > For your specific question, I'm not sure there's a way. It's not > something that could be solved with gitattributes, is it? That'd let > you use external diff on a subset of files. Otherwise, I'd suggest > just making some aliases, something like: > > df = diff --no-ext-diff > dfe = diff --ext-diff
It can be solved if you use git-difftool instead. It's fairly new to git (1.6.3+) and will allow you to get rid of your custom diff.external script. There's no reason for it. Did you pick that up from the progit book? I still need to send Scott a patch. http://article.gmane.org/gmane.comp.version-control.git/124225 -- David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/git-users?hl=en -~----------~----~----~----~------~----~------~--~---
