What's cooking (2014/08 #01)
[git/jrn.git] / README.cooking
blobc234166c517cb8aa35cd9e16042ec2f3e4c02a73
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
9     [diff "whatscooking"]
10         command = ./compare-cooking.perl
12 You can use e.g.
14     $ git log -p --ext-diff whats-cooking.txt
15     $ git show --ext-diff whats-cooking.txt
17 to review the history.