Go to file
Junio C Hamano 86dc9c8ee7 What's cooking (2013/08 #06) 2013-08-27 12:20:06 -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: mention release tarball location 2013-07-19 10:18:15 -07:00
CheckPush Meta/CheckPush: minor versions could have more than one digit 2012-06-19 15:19:51 -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
DoKernelOrg DoKernelOrg: add --clean-stage 2011-06-22 17:14:33 -07:00
Dothem Meta/Dothem: do not barf if /dev/shm is not writable 2012-12-25 01:54:28 -08:00
GRADUATED Meta/GRADUATED: exclude topics whose fork-points are on master 2013-02-01 14:04:52 -08: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
Linus Meta/Linus: blame not just Linus's initial version but any version 2013-03-13 13:20:17 -07:00
ML Meta/ML: show the name of the topic even if it has advanced since merged 2012-11-29 13:11:07 -08:00
MaintNotes Meta/MaintNotes: post 1.8.2 2013-03-13 13:19:49 -07:00
Make Meta/Make: prepend the canned settings to $O 2013-08-19 13:36:33 -07:00
PU Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
Porcelainistas
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
Reintegrate Meta/Reintegrate: ignroe whitespace when comparing list of topics 2013-07-19 10:21:31 -07:00
RelBuild Meta/RelBuild: use -Wno-format-zero-length while cutting a release 2013-08-27 09:37:31 -07:00
RelClean Meta/Rel{Build,Upload,Clean}: use kup to upload to k.org 2013-05-24 14:11:39 -07:00
RelStat RelStat (draft) 2013-03-13 13:00:59 -07:00
RelUpload Meta/RelUpload: use kup from nearby 2013-08-27 09:38:22 -07:00
Release Point MAN_BASE_URL to git-htmldocs/ for now 2012-04-06 11:32:24 -07:00
ResettingPaths.txt
SA Move ko-master, sa/master and friends out of tags 2007-05-23 00:01:50 -07:00
SE Meta/SE: drop hardcoded to: address 2013-02-25 07:20:26 -08:00
SR Meta/SR: check maintenance tracks 2012-04-26 13:37:12 -07:00
Summary Summary: use reflog 2009-01-23 10:50:03 -08:00
TODO Meta/TODO: remove an stale item on diff --cc 2012-03-01 15:09:15 -08: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: add them even to a message without any sign-off 2013-01-22 14:42:22 -08:00
amlook Meta/post-applypatch: use bidirectional notes mapping in amlog 2012-09-27 18:22:55 -07:00
candidates candidates: some topics have capital letters in their names 2010-12-08 15:35:41 -08:00
check-topic-merges
compare-cooking.perl Ignore sigpipe in external diff driver 2010-04-12 14:30:59 -07:00
cook Meta/cook: notice 'I think this is ready' 2013-08-19 13:37:24 -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 Meta/dodoc: allow forced rebuilding the entire doc 2012-12-21 15:54:38 -08:00
genMaintNotes.perl Meta/genMaintNotes.perl: drop link to image at k.org 2011-10-04 19:31:46 -07:00
git-topic.perl topic: optionally add test markers. 2008-04-08 22:20:19 -07:00
gitweb_config.perl
index.aux sample index.aux 2007-06-13 01:25:21 -07:00
jc.png
people DoKernelOrg: Update for FC13 2010-12-08 15:33:59 -08:00
post-applypatch Meta/post-applypatch: use bidirectional notes mapping in amlog 2012-09-27 18:22:55 -07:00
pre-applypatch Meta/Make: update test skipping logic 2011-05-30 13:43:28 -07:00
pushall pushall: use push --follow-tags 2013-05-24 14:12:52 -07:00
taboo.perl taboo: taboo script update 2008-07-05 22:10:40 -07:00
whats-cooking.txt What's cooking (2013/08 #06) 2013-08-27 12:20:06 -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.