Go to file
Junio C Hamano 348f2010bf What's cooking (2016/07 #02) 2016-07-06 14:32:42 -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: fix the "does not match next" error case 2016-06-23 15:19:01 -07:00
Checklist.txt
ClonePlus.txt
DoKernelOrg
Dothem Meta/Dothem: make sure that --scratch build is really from scratch 2016-05-26 14:29:05 -07:00
GRADUATED
Gitweb
KO
Linus Meta/Linus: blame not just Linus's initial version but any version 2013-03-13 13:20:17 -07:00
ML
MaintNotes MaintNotes: update for 2.9 2016-06-13 12:25:12 -07:00
Make Meta/Make: do not default to --dash 2016-06-23 15:19:48 -07:00
PU
Porcelainistas
ProjectContact
RB
README.cooking
RP
RR.perl
Reintegrate Meta/cook, Meta/Reintegrate: add a few more $willdo verbs 2016-06-23 15:30:20 -07: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
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
ResettingPaths.txt
SA
SE
SR
Summary
TODO
UWC
V
WC
WI
add-by
amlook
candidates
check-topic-merges
compare-cooking.perl
cook Meta/cook, Meta/Reintegrate: add a few more $willdo verbs 2016-06-23 15:30:20 -07:00
count-contributors.sh
docbuild-8.sh
dodoc.sh Meta/Make, Meta/dodoc: enable BOLD_LITERAL 2016-05-26 14:31:46 -07:00
genMaintNotes.perl
git-topic.perl
gitweb_config.perl
index.aux
jc.png
people
post-applypatch
pre-applypatch
pushall Meta/pushall: publish HTML docs to GitHub Pages, too 2016-06-09 10:20:59 -07:00
taboo.perl
whats-cooking.txt What's cooking (2016/07 #02) 2016-07-06 14:32:42 -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.