On Apr 26, 2024, at 12:29 PM, Ted Stresen-Reuter <[email protected]> wrote: > > Hi, > > I've got the following in my .git/config file > > [diff] > tool = bbdiff > [difftool "bbdiff"] > cmd = bbdiff --wait --resume \"$LOCAL\" \"$REMOTE\" > [difftool] > prompt = false > > but when I execute: > > git difftool goodbranch buggybranch > > each file is opened in a separate window. It used to be that bbdiff would > open two folders in a unified window. Is that not possible with git difftool?
What happens if you try `git difftool goodbranch..buggybranch` instead? — Marshall -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/8EC3A778-8BA0-4B1E-87C8-CFC993636D98%40gmail.com.
