1 The compare-cooking.perl script is meant to help viewing the differences
2 between periodical "What's cooking" messages, and can be used as an
3 external diff driver by:
5 $ git config diff.whatscooking.command ./compare-cooking.perl
7 to produce this section in your .git/config
10 command = ./compare-cooking.perl
14 $ git log -p --ext-diff whats-cooking.txt
15 $ git show --ext-diff whats-cooking.txt
17 to review the history.