You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
info | 20 years ago | |
.gitattributes | 15 years ago | |
.gitignore | 17 years ago | |
AT | 17 years ago | |
Announce | 2 years ago | |
CB | 9 years ago | |
CheckPush | 2 years ago | |
Checklist.txt | 14 years ago | |
Count | 3 years ago | |
DoKernelOrg | 14 years ago | |
Doit | 4 years ago | |
Dothem | 2 years ago | |
GRADUATED | 12 years ago | |
Gitweb | 17 years ago | |
KO | 5 years ago | |
Linus | 12 years ago | |
ML | 2 years ago | |
MaintNotes | 2 years ago | |
Make | 2 years ago | |
ProjectContact | 15 years ago | |
RB | 17 years ago | |
README.cooking | 15 years ago | |
RP | 17 years ago | |
Reintegrate | 2 years ago | |
RelBuild | 4 years ago | |
RelClean | 12 years ago | |
RelSave | 2 years ago | |
RelSign | 2 years ago | |
RelStat | 12 years ago | |
RelUpload | 2 years ago | |
Release | 13 years ago | |
SE | 12 years ago | |
SR | 13 years ago | |
Summary | 16 years ago | |
TODO | 13 years ago | |
UWC | 17 years ago | |
V | 3 years ago | |
WC | 16 years ago | |
WCBCC | 5 years ago | |
WI | 16 years ago | |
add-by | 3 years ago | |
amlook | 4 years ago | |
candidates | 14 years ago | |
check-topic-merges | 19 years ago | |
compare-cooking.perl | 15 years ago | |
cook | 2 years ago | |
count-contributors.sh | 15 years ago | |
cycle-run | 4 years ago | |
docbuild-8.sh | 18 years ago | |
dodoc.sh | 2 years ago | |
genMaintNotes.perl | 14 years ago | |
git-topic.perl | 5 years ago | |
jc.png | 19 years ago | |
people | 14 years ago | |
post-applypatch | 4 years ago | |
pre-applypatch | 5 years ago | |
pushall | 2 years ago | |
round | 2 years ago | |
taboo.perl | 2 years ago | |
whats-cooking.txt | 2 years ago | |
worklog | 14 years ago |
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.