Go to file
Junio C Hamano 1c3f427882 What's cooking (2009/12 #05) 2010-01-04 23:51:00 -08:00
.gitattributes What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
README.cooking What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
compare-cooking.perl What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
whats-cooking.txt What's cooking (2009/12 #05) 2010-01-04 23:51:00 -08:00

README.cooking

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.