Go to file
Junio C Hamano fcfa60294a Meta/Announce: tentatively stop mentioning k.org 2011-10-03 16:42:25 -07:00
info
.gitattributes What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
.gitignore AT: automated test loop 2008-04-08 22:21:12 -07:00
AT AT: automated test loop 2008-04-08 22:21:12 -07:00
Announce Meta/Announce: tentatively stop mentioning k.org 2011-10-03 16:42:25 -07:00
CheckPush CheckPush: older integration branches should be subset of newer ones 2011-07-31 17:08:33 -07:00
Checklist.txt Checklist.txt: release notes are in a subdirectory of Doc these days 2011-04-25 12:42:53 -07:00
ClonePlus.txt Update TOpic script to show how old they are. 2006-02-16 01:32:23 -08:00
DoKernelOrg DoKernelOrg: add --clean-stage 2011-06-22 17:14:33 -07:00
Doit Doit: add -noinstall 2009-01-23 10:50:03 -08:00
Dothem Dothem: skip test if we have tested the same tree already 2011-08-08 14:56:10 -07:00
GRADUATED Meta/GRADUATED: check different versions of maint 2011-09-28 18:13:45 -07:00
Gitweb Gitweb: remove blame.js -- that's long gone. 2008-04-08 22:08:01 -07:00
KO Meta/KO: allow checking against mirror sites other than k.org 2011-09-28 18:14:23 -07:00
MaintNotes Update MaintNotes post 1.7.6.1 2011-08-24 16:41:44 -07:00
Make Meta/Make: allow version of git to be overridden 2011-09-28 18:12:00 -07:00
PU Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
Porcelainistas Add Aneesh Kumar's repo browser to Porcelainistas. 2006-01-27 00:22:40 -08:00
ProjectContact Remove info@lwn.net from projectcontact list 2010-03-22 11:15:33 -07:00
RB Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
README.cooking What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
RP Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
RR.perl resolve cache experiments. 2006-01-27 22:45:08 -08:00
Reintegrate Meta/Reintegrate: -u should default to safer "n" option 2011-05-18 23:35:51 -07:00
ResettingPaths.txt Update TOpic script to show how old they are. 2006-02-16 01:32:23 -08:00
SA Move ko-master, sa/master and friends out of tags 2007-05-23 00:01:50 -07:00
SE SE: allow arbitrary send-email options after -- 2009-03-04 11:40:32 -08:00
Summary Summary: use reflog 2009-01-23 10:50:03 -08:00
TODO Meta/Make: update test skipping logic 2011-05-30 13:43:28 -07:00
UWC WIP: slight updates to What's cooking script 2008-11-05 17:03:43 -08:00
V Meta/V: translate dirty->with changes consistently 2009-04-26 19:48:39 -07:00
WC What's in/cooking updates 2008-12-02 22:55:44 -08:00
WI What's in/cooking updates 2008-12-02 22:55:44 -08:00
add-by Meta/add-by: filter to add Ack/Review to submitted patches 2011-05-03 22:14:14 -07:00
amlook Meta/amlook: look in the text log first 2011-05-31 12:56:57 -07:00
candidates candidates: some topics have capital letters in their names 2010-12-08 15:35:41 -08:00
check-topic-merges A bit more commenting and cleaning up. 2006-05-09 13:01:11 -07:00
compare-cooking.perl Ignore sigpipe in external diff driver 2010-04-12 14:30:59 -07:00
cook Meta/cook: do not mark 'discarded' ones as graduate 2011-09-28 18:11:04 -07:00
count-contributors.sh Script to count contributors and commits per development cycle 2010-02-02 23:12:24 -08:00
docbuild-8.sh Meta/docbuild-8: make it easier to compare AsciiDoc 7 and 8 output 2007-07-24 21:33:17 -07:00
dodoc.sh dodoc: define and export DIFF 2011-04-27 14:16:01 -07:00
genMaintNotes.perl Meta/genMaintNotes.perl: drop the chrome 2011-09-28 18:12:39 -07:00
git-topic.perl topic: optionally add test markers. 2008-04-08 22:20:19 -07:00
gitweb_config.perl Gitweb: use gitweb_config.perl 2006-10-05 22:00:50 -07:00
index.aux sample index.aux 2007-06-13 01:25:21 -07:00
jc.png Snapshot 2006-05-04 2006-05-04 16:01:16 -07:00
people DoKernelOrg: Update for FC13 2010-12-08 15:33:59 -08:00
post-applypatch post-applypatch: a bit more commenting 2011-05-31 12:57:36 -07:00
pre-applypatch Meta/Make: update test skipping logic 2011-05-30 13:43:28 -07:00
pushall Push to github.com/git/git as well 2011-09-28 18:13:00 -07:00
taboo.perl taboo: taboo script update 2008-07-05 22:10:40 -07:00
whats-cooking.txt What's cooking (2011/09 #09) 2011-09-30 15:10:37 -07:00
worklog Meta/Make: update test skipping logic 2011-05-30 13:43:28 -07: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.