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.
 
 
 
 
 
 
Junio C Hamano 6fef827a6b What's cooking (2023/06 #01) 2 years ago
info
.gitattributes
.gitignore
AT
Announce
CB
CheckPush
Checklist.txt
Count
DoKernelOrg
Doit
Dothem
GRADUATED
Gitweb
KO
Linus
ML
MaintNotes
Make
ProjectContact
RB
README.cooking
RP
Reintegrate
RelBuild
RelClean
RelSave
RelSign
RelStat
RelUpload
Release
SE
SR
Summary
TODO
UWC
V
WC
WCBCC
WI
add-by
amlook
candidates
check-topic-merges
compare-cooking.perl
cook
count-contributors.sh
cycle-run
docbuild-8.sh
dodoc.sh
genMaintNotes.perl
git-topic.perl
jc.png
people
post-applypatch
pre-applypatch
pushall
round
taboo.perl
whats-cooking.txt What's cooking (2023/06 #01) 2 years ago
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.