aboutsummaryrefslogtreecommitdiffstats
path: root/README.cooking
blob: c234166c517cb8aa35cd9e16042ec2f3e4c02a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
The compare-cooking.perl script is meant to help viewing the differences
between periodical "What's cooking" messages, and can be used as an
external diff driver by:

    $ git config diff.whatscooking.command ./compare-cooking.perl

to produce this section in your .git/config

    [diff "whatscooking"]
	command = ./compare-cooking.perl

You can use e.g.

    $ git log -p --ext-diff whats-cooking.txt
    $ git show --ext-diff whats-cooking.txt

to review the history.