Go to file
Junio C Hamano 3146a6d862 What's cooking (2022/10 #02) 2022-10-06 15:47:58 -07:00
info
.gitattributes
.gitignore
AT
Announce Meta/Announce: make the 'master' branch customizable 2022-09-09 15:08:41 -07:00
CB
CheckPush Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Checklist.txt
Count Meta/Count: count the commits on integration branches 2022-08-03 16:57:50 -07:00
DoKernelOrg
Doit Meta/Doit: not so aggressively 2020-10-19 10:08:42 -07:00
Dothem Meta/Dothem: run hdr-check locally 2022-01-24 10:32:50 -08:00
GRADUATED
Gitweb
KO Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Linus
ML Meta/ML: make the 'master' branch customizable 2022-09-09 15:08:54 -07:00
MaintNotes MaintNotes: adjust for 2.38 2022-10-03 01:23:45 -07:00
Make Meta/Make: tweak spatch invocation 2022-09-09 15:11:58 -07:00
ProjectContact
RB
README.cooking
RP
Reintegrate Meta/Reintegrate: Breaks is a significant word 2022-01-24 10:35:28 -08:00
RelBuild Meta/RelBuild: futz with perms and owners in the tar archive 2020-10-06 13:12:58 -07:00
RelClean
RelSign Meta/RelSign: adjust to GnuPG v2 2017-12-06 12:23:17 -08:00
RelStat
RelUpload Meta/RelUpload: adjust to kup migration 2017-05-16 13:29:08 +09:00
Release
SE
SR
Summary
TODO
UWC
V Meta/V: correct -dirty output 2022-09-09 15:09:53 -07:00
WC
WCBCC Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
WI
add-by Meta/add-by: support --mine=<sig> to keep the trailer at the end 2022-09-09 15:11:24 -07:00
amlook Meta/amlook: report the objects as well as integrated branches 2020-10-19 10:08:21 -07:00
candidates
check-topic-merges
compare-cooking.perl
cook Meta/cook: order the source URLs stably 2022-09-09 15:12:29 -07:00
count-contributors.sh
cycle-run Meta/cycle-run: use SANITIZE 2021-06-11 15:58:26 +09:00
docbuild-8.sh
dodoc.sh
genMaintNotes.perl
git-topic.perl Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
jc.png
people
post-applypatch Meta/post-applypatch: don't contaminate amlog with useless "reverse mapping" 2020-12-21 15:58:44 -08:00
pre-applypatch Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
pushall Meta/pushall: make it easier to one-shot customize the destinations 2022-02-03 17:20:04 -08:00
round Meta/round: run various build targets in turn 2022-09-08 22:32:26 -07:00
taboo.perl
whats-cooking.txt What's cooking (2022/10 #02) 2022-10-06 15:47:58 -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.