On Mar 20, 11:31 am, Jim Correia <[email protected]> wrote:
> For git, I have a script named git-diff-driver.sh with the contents:
>
>         #!/bin/sh
>
>         if [ -f "$1" ] && [ -f "$2" ]; then
>                 bbdiff --wait --resume "$1" "$2"
>         fi
>         exit 0
>
> and then set GIT_EXTERNAL_DIFF to point at this script. `git diff` will 
> review the files one by one in BBEdit. You can specify —no-ext-diff to get 
> the built-in behavior.

I always end up with 'bbedit: Warning: no data available on standard
in' when using this to do git diff, eg
[gr...@tardis: Dir] (master)$ git diff bin/something.rb
bbedit: Warning: no data available on standard in
[gr...@tardis: Dir] (master)$

Hints?

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
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/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.

To unsubscribe from this group, send email to 
bbedit+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to