Go to file
Junio C Hamano 3a49405f0b What's cooking (2023/11) #02 2023-11-06 10:42:46 +09:00
info
.gitattributes
.gitignore
AT
Announce Meta/Announce: no need to \quote @ in the template 2023-03-13 09:49:54 -07:00
CB Meta/CB: help culling stale topic branches 2016-04-20 14:43:53 -07:00
CheckPush CheckPush: workaround early bash 5.2 with buggy command substitution 2022-10-26 10:33:39 -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: add '--clean' option 2023-03-13 09:51:26 -07:00
GRADUATED Meta/GRADUATED: exclude topics whose fork-points are on master 2013-02-01 14:04:52 -08:00
Gitweb
KO Meta: prepare to use alternate name for the primary branch 2020-07-22 21:38:21 -07:00
Linus Meta/Linus: blame not just Linus's initial version but any version 2013-03-13 13:20:17 -07:00
ML Meta/ML: use short format for dates to make it easier to sort on 2022-10-28 15:25:18 -07:00
MaintNotes MaintNotes: updte for 2.40 2023-03-13 09:50:24 -07:00
Make Meta/Make: peel HEAD symref only once if we can 2022-10-10 14:34:35 -07:00
ProjectContact
RB
README.cooking
RP
Reintegrate Meta/Reintegrate: omit source message ID from the merge message 2022-10-10 14:33:26 -07:00
RelBuild Meta/RelBuild: futz with perms and owners in the tar archive 2020-10-06 13:12:58 -07:00
RelClean Meta/Rel{Build,Upload,Clean}: use kup to upload to k.org 2013-05-24 14:11:39 -07:00
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 RelStat (draft) 2013-03-13 13:00:59 -07:00
RelUpload What's cooking (2023/05 #01) 2023-05-02 15:26:10 -07:00
Release
SE Meta/SE: drop hardcoded to: address 2013-02-25 07:20:26 -08:00
SR
Summary
TODO
UWC
V Meta/V: give summary hash at the end 2023-09-08 15:50:08 -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: update boilerplate 2023-03-07 13:40:53 -08:00
count-contributors.sh
cycle-run Meta/cycle-run: use SANITIZE 2021-06-11 15:58:26 +09:00
docbuild-8.sh
dodoc.sh Meta/dodoc: fetch tags with --force 2023-03-07 13:44:24 -08:00
genMaintNotes.perl
git-topic.perl Meta: rename 'pu' to 'seen' 2020-06-22 17:20:27 -07:00
jc.png
loop-rebuild loop-rebuild: no point rebuilding everything from scratch 2023-11-06 10:40:15 +09: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: push out to CI repository before ko 2023-04-11 12:44:44 -07:00
round What's cooking (2023/05 #01) 2023-05-02 15:26:10 -07:00
taboo.perl Meta/taboo.perl: update from vger 2023-04-13 07:44:52 -07:00
whats-cooking.txt What's cooking (2023/11) #02 2023-11-06 10:42:46 +09: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.