Go to file
Junio C Hamano 933de63c71 What's cooking (2016/05 #03) 2016-05-09 15:59:12 -07:00
info
.gitattributes
.gitignore
AT
Announce Retire code.google.com/p 2015-08-28 14:04:56 -07:00
CB Meta/CB: help culling stale topic branches 2016-04-20 14:43:53 -07:00
CheckPush Meta/CheckPush: explicitly compare next with 'must match next' merge 2014-10-27 14:48:22 -07:00
Checklist.txt
ClonePlus.txt
DoKernelOrg
Dothem Meta/Dothem: use prove's --state option 2016-01-19 15:47:59 -08:00
GRADUATED Meta/GRADUATED: exclude topics whose fork-points are on master 2013-02-01 14:04:52 -08:00
Gitweb
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 MaintNotes: a bit more description on the security list 2016-04-29 15:03:53 -07:00
Make Meta/Make: allow passing prove options from outside environment 2016-01-20 15:22:05 -08:00
PU
Porcelainistas
ProjectContact
RB
README.cooking
RP
RR.perl
Reintegrate Meta/cook: 'Still doing something' is another keyphrase 2016-01-26 16:21:34 -08:00
RelBuild Meta/RelBuild: split signing phase into separate RelSign 2014-12-18 10:52:37 -08:00
RelClean Meta/Rel{Build,Upload,Clean}: use kup to upload to k.org 2013-05-24 14:11:39 -07:00
RelSign Meta/RelBuild: split signing phase into separate RelSign 2014-12-18 10:52:37 -08:00
RelStat RelStat (draft) 2013-03-13 13:00:59 -07:00
RelUpload Meta/RelUpload: we are not sending them to code.google.com for quite a while 2014-12-18 10:53:14 -08:00
Release Point MAN_BASE_URL to git-htmldocs/ for now 2012-04-06 11:32:24 -07:00
ResettingPaths.txt
SA
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
TODO Meta/TODO: remove an stale item on diff --cc 2012-03-01 15:09:15 -08:00
UWC
V
WC
WI
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
check-topic-merges
compare-cooking.perl
cook Meta/cook: tweak "Will merge" marker automatically 2016-02-10 15:40:35 -08:00
count-contributors.sh
docbuild-8.sh
dodoc.sh Meta/dodoc.sh: rebuild the whole documentation for rc/preview releases as well 2014-04-25 15:14:34 -07:00
genMaintNotes.perl Meta/genMaintNotes.perl: drop link to image at k.org 2011-10-04 19:31:46 -07:00
git-topic.perl
gitweb_config.perl
index.aux
jc.png
people
post-applypatch Meta/post-applypatch: use bidirectional notes mapping in amlog 2012-09-27 18:22:55 -07:00
pre-applypatch
pushall Meta/pushall: stop pushing to gph 2015-08-12 14:32:36 -07:00
taboo.perl
whats-cooking.txt What's cooking (2016/05 #03) 2016-05-09 15:59:12 -07:00
worklog

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.