| 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: |
| 4 | |
| 5 | $ git config diff.whatscooking.command ./compare-cooking.perl |
| 6 | |
| 7 | to produce this section in your .git/config |
| 8 | |
| 9 | [diff "whatscooking"] |
| 10 | command = ./compare-cooking.perl |
| 11 | |
| 12 | You can use e.g. |
| 13 | |
| 14 | $ git log -p --ext-diff whats-cooking.txt |
| 15 | $ git show --ext-diff whats-cooking.txt |
| 16 | |
| 17 | to review the history. |