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 Jeffrey On Sep 21, 2:56 am, Jeenu <[email protected]> wrote: > Hi, > > I have a wrapper script whose name I've set to the diff.external > configuration. But I tend to use the internal diff often but now have > to pass the --no-ext-diff option every time I want to view a normal > diff. Is there a way to have the --ext-diff as the default option, but > still keeping the script's name in diff.external config? > > Thanks > :J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
