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 be43755840 What's cooking (2010/08 #01) 15 years ago
info
whats/in What's in 15 years ago
.gitattributes What's cooking (2008/06 #01) 15 years ago
.gitignore AT: automated test loop 17 years ago
AT AT: automated test loop 17 years ago
Announce Announce: we spell it "Git" these days 15 years ago
Checklist.txt Release checklist 18 years ago
ClonePlus.txt
DoKernelOrg DoKernelOrg: pass Make variables related to documentation generation 15 years ago
Doit Doit: add -noinstall 16 years ago
Dothem Meta/Dothem: --dash option builds only with dash 15 years ago
GRADUATED Update GRADUATED script so that I do not have to list old maintenance branches 15 years ago
Gitweb Gitweb: remove blame.js -- that's long gone. 17 years ago
KO Move ko-master, sa/master and friends out of tags 18 years ago
MaintNotes MaintNotes update after 1.7.2 15 years ago
Make Make: catch pointer-arith 15 years ago
PU Rewrite 'git-foo' => 'git foo' 17 years ago
Porcelainistas
ProjectContact Remove info@lwn.net from projectcontact list 15 years ago
RB Rewrite 'git-foo' => 'git foo' 17 years ago
README.cooking What's cooking (2008/06 #01) 15 years ago
RP Rewrite 'git-foo' => 'git foo' 17 years ago
RR.perl
Reintegrate Meta/Reintegrate: make generated scripts support -u/-d options themselves 15 years ago
ResettingPaths.txt
SA Move ko-master, sa/master and friends out of tags 18 years ago
SE SE: allow arbitrary send-email options after -- 16 years ago
Summary Summary: use reflog 16 years ago
TODO Remove bunch of stale issues - the list is unmaintained these days 16 years ago
UWC WIP: slight updates to What's cooking script 17 years ago
V Meta/V: translate dirty->with changes consistently 16 years ago
WC What's in/cooking updates 16 years ago
WI What's in/cooking updates 16 years ago
candidates Meta/candidates: show number of patches in candidate topics 15 years ago
check-topic-merges
compare-cooking.perl Ignore sigpipe in external diff driver 15 years ago
cook Meta/cook: do not lose "graduated to master" when creating a new issue 15 years ago
count-contributors.sh Script to count contributors and commits per development cycle 15 years ago
docbuild-8.sh Meta/docbuild-8: make it easier to compare AsciiDoc 7 and 8 output 18 years ago
dodoc.sh dodoc: start from clean slate on a tagged version 15 years ago
genMaintNotes.perl Replace logo in maintnotes html version 17 years ago
git-topic.perl topic: optionally add test markers. 17 years ago
gitweb_config.perl
index.aux sample index.aux 18 years ago
jc.png
post-applypatch post-applypatch: 'git notes edit -m' is deprecated 15 years ago
pre-applypatch pre-applypatch: send error to the standard error 15 years ago
pushall Meta/pushall: github is configured to be a mirror and does not take parameters 15 years ago
taboo.perl taboo: taboo script update 17 years ago
whats-cooking.txt What's cooking (2010/08 #01) 15 years ago

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.