Go to file
Junio C Hamano fefffbb315 What's cooking (2025/06 #08) 2025-06-23 17:06:19 -07:00
info
.gitattributes
.gitignore
Announce Meta/Announce: no need to \quote @ in the template 2023-03-13 09:49:54 -07:00
CannedResponses Meta/CannedResponses: do not iterate too quickly 2025-06-05 16:04:28 -07:00
CheckPush CheckPush: 'next' could be identical to 'master' 2023-11-09 02:01:15 +09:00
Checklist.txt
Count Meta/Count: make lasttag truly customizable 2024-05-13 16:28:20 -07:00
Doit Meta/Doit: not so aggressively 2020-10-19 10:08:42 -07:00
Dothem Meta/Dothem: reorganize sanitization trigger a bit 2025-06-09 09:35:46 -07: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: correctly detect topic that is not in 'master' 2024-07-11 14:14:42 -07:00
MaintNotes MaintNotes: 2.50 update 2025-06-15 22:48:40 -07:00
Make Meta/Make: export SHELL as well as SHELL_PATH 2025-04-07 09:38:18 -07:00
ProjectContact
README.cooking
RP
Reintegrate Meta/cook: fix the reference links 2024-07-29 19:08:30 -07:00
RelBuild Meta/dodoc.sh: switch to asciidoctor 2024-07-29 19:10:04 -07:00
RelClean
RelSave Meta/RelSave: save away release material 2023-01-13 15:25:08 -08:00
RelSign Meta/RelSign: optionally use existing agent 2022-10-10 14:35:42 -07:00
RelStat
RelUpload What's cooking (2023/05 #01) 2023-05-02 15:26:10 -07:00
Release
SE
SR
Summary Meta/Summary: avoid paging individual steps 2023-12-20 12:30:16 -08:00
TODO
UWC
V V: use the describe --long format 2023-11-23 13:28:43 +09: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
compare-cooking.perl
cook Meta/cook: show author date in localtime 2025-06-05 16:05:01 -07:00
count-contributors.sh
docbuild-8.sh
dodoc.sh Meta/dodoc.sh: switch to asciidoctor 2024-07-29 19:10:04 -07:00
genMaintNotes.perl
git-topic.perl Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
jc.png
loop-rebuild Meta/loop-rebuild: do not do too much; just do meson and leaks 2025-05-12 14:54:36 -07:00
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: drop unused comment 2024-12-13 08:56:01 -08:00
round Meta/round: omit 'test' from the default set; sha256 runs test 2024-10-11 13:58:11 -07:00
taboo.perl Meta/taboo.perl: update from vger 2023-04-13 07:44:52 -07:00
whats-cooking.txt What's cooking (2025/06 #08) 2025-06-23 17:06:19 -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.