Go to file
Junio C Hamano af6017f5d7 Meta/Doit: run Dothem twice ;-) 2020-03-09 20:19:17 -07:00
info
.gitattributes
.gitignore
AT
Announce Meta/Announce: carbon-copy to the packagers list 2017-11-28 14:19:39 +09:00
CB Meta/CB: help culling stale topic branches 2016-04-20 14:43:53 -07:00
CheckPush Meta/CheckPush: really make sure 'match next' point on 'pu' matches 'next' 2017-10-18 11:55:55 +09:00
Checklist.txt
DoKernelOrg
Doit Meta/Doit: run Dothem twice ;-) 2020-03-09 20:19:17 -07:00
Dothem Dothem: let distclean run before switching to another revision 2020-02-19 14:50:16 -08:00
GRADUATED Meta/GRADUATED: exclude topics whose fork-points are on master 2013-02-01 14:04:52 -08:00
Gitweb
KO
Linus Meta/Linus: blame not just Linus's initial version but any version 2013-03-13 13:20:17 -07:00
ML Meta/ML: customize the name of the maint track when determining what to merge later into it 2017-03-20 13:25:21 -07:00
MaintNotes MaintNotes: update git-gui repository 2019-09-18 15:29:09 -07:00
Make Meta/Make: remove -pedantic cruft and rely more on DEVELOPER settings 2017-09-27 13:21:06 +09:00
ProjectContact
RB
README.cooking
RP
Reintegrate Reintegrate: check coccicheck-pending, too 2019-03-01 07:28:15 +09:00
RelBuild Meta/RelBuild: split signing phase into separate RelSign 2014-12-18 10:52:37 -08:00
RelClean Meta/Rel{Build,Upload,Clean}: use kup to upload to k.org 2013-05-24 14:11:39 -07:00
RelSign Meta/RelSign: adjust to GnuPG v2 2017-12-06 12:23:17 -08:00
RelStat RelStat (draft) 2013-03-13 13:00:59 -07:00
RelUpload Meta/RelUpload: adjust to kup migration 2017-05-16 13:29:08 +09:00
Release
SE Meta/SE: drop hardcoded to: address 2013-02-25 07:20:26 -08:00
SR
Summary
TODO
UWC
V
WC
WCBCC Meta/WCBCC: do not look at branches that no longer exist 2017-03-10 14:44:24 -08:00
WI
add-by Meta/add-by: add them even to a message without any sign-off 2013-01-22 14:42:22 -08:00
amlook amlook: do not use the reverse mapping 2019-03-01 07:29:53 +09:00
candidates
check-topic-merges
compare-cooking.perl
cook Meta/cook: make ":" to mean what is cached 2020-03-09 20:16:07 -07:00
count-contributors.sh
docbuild-8.sh
dodoc.sh Meta/Make, Meta/dodoc: enable BOLD_LITERAL 2016-05-26 14:31:46 -07:00
genMaintNotes.perl
git-topic.perl
jc.png
people
post-applypatch Meta/post-applypatch: use bidirectional notes mapping in amlog 2012-09-27 18:22:55 -07:00
pre-applypatch
pushall Meta/pushall: catch attempts to push only 'next' branch to special case, too 2017-10-18 11:57:53 +09:00
taboo.perl
whats-cooking.txt What's cooking (2020/03 #02) 2020-03-05 13:16:00 -08: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.