2017-06-22 15:34:35 -07:00
2017-06-05 12:37:39 +09:00
2016-04-20 14:43:53 -07:00
2017-02-10 14:18:20 -08:00
2017-03-20 14:19:29 -07:00
2017-03-20 13:24:00 -07:00
2017-06-05 12:37:39 +09:00
2013-03-13 13:00:59 -07:00
2013-02-25 07:20:26 -08:00
2012-04-26 13:37:12 -07:00
2017-06-22 15:34:35 -07:00

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.
Description
No description provided
Readme 666 MiB
Languages
C 50.5%
Shell 38.7%
Perl 4.5%
Tcl 3.2%
Python 0.8%
Other 2.1%