Find a file
2010-02-02 23:12:24 -08:00
info Add Meta information. 2005-11-05 10:58:46 -08:00
whats/in Merge in "What's cooking" history 2010-01-04 23:55:57 -08:00
.gitattributes What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
.gitignore AT: automated test loop 2008-04-08 22:21:12 -07:00
Announce Announce: we spell it "Git" these days 2009-12-02 15:27:41 -08:00
AT AT: automated test loop 2008-04-08 22:21:12 -07:00
check-topic-merges A bit more commenting and cleaning up. 2006-05-09 13:01:11 -07:00
Checklist.txt Release checklist 2007-07-01 22:16:28 -07:00
ClonePlus.txt Update TOpic script to show how old they are. 2006-02-16 01:32:23 -08:00
compare-cooking.perl What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
cook.sh Avoid octal increment 2010-01-25 17:15:23 -08:00
count-contributors.sh Script to count contributors and commits per development cycle 2010-02-02 23:12:24 -08:00
docbuild-8.sh Meta/docbuild-8: make it easier to compare AsciiDoc 7 and 8 output 2007-07-24 21:33:17 -07:00
dodoc.sh Set MAN_BASE_URL to k.org site 2009-12-02 18:37:29 -08:00
Doit Doit: add -noinstall 2009-01-23 10:50:03 -08:00
DoKernelOrg DoKernelOrg: pass Make variables related to documentation generation 2009-12-03 00:39:35 -08:00
Dothem Meta/Dothem: --dash option builds only with dash 2010-01-31 18:26:36 -08:00
genMaintNotes.perl Replace logo in maintnotes html version 2008-11-05 17:04:17 -08:00
git-topic.perl topic: optionally add test markers. 2008-04-08 22:20:19 -07:00
Gitweb Gitweb: remove blame.js -- that's long gone. 2008-04-08 22:08:01 -07:00
gitweb_config.perl Gitweb: use gitweb_config.perl 2006-10-05 22:00:50 -07:00
GRADUATED Update GRADUATED script so that I do not have to list old maintenance branches 2009-11-30 00:53:36 -08:00
index.aux sample index.aux 2007-06-13 01:25:21 -07:00
jc.png Snapshot 2006-05-04 2006-05-04 16:01:16 -07:00
KO Move ko-master, sa/master and friends out of tags 2007-05-23 00:01:50 -07:00
MaintNotes MaintNotes: post 1.6.6 2009-12-31 16:01:05 -08:00
Make Meta/Make: avoid using -j$n on OpenBSD for now 2010-01-31 18:24:28 -08:00
Porcelainistas Add Aneesh Kumar's repo browser to Porcelainistas. 2006-01-27 00:22:40 -08:00
post-applypatch Keep track of some hooks used by the primary repository 2010-01-22 19:00:14 -08:00
pre-applypatch Keep track of some hooks used by the primary repository 2010-01-22 19:00:14 -08:00
ProjectContact Remove emacsorg-mode list; it seems to be moderated 2009-03-04 11:39:04 -08:00
PU Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
RB Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
README.cooking What's cooking (2008/06 #01) 2010-01-04 23:50:58 -08:00
Reintegrate Reintegrate: handle merging from remote tracking branches 2010-01-10 11:12:42 -08:00
ResettingPaths.txt Update TOpic script to show how old they are. 2006-02-16 01:32:23 -08:00
RP Rewrite 'git-foo' => 'git foo' 2007-12-14 22:43:05 -08:00
RR.perl resolve cache experiments. 2006-01-27 22:45:08 -08:00
SA Move ko-master, sa/master and friends out of tags 2007-05-23 00:01:50 -07:00
SE SE: allow arbitrary send-email options after -- 2009-03-04 11:40:32 -08:00
Summary Summary: use reflog 2009-01-23 10:50:03 -08:00
taboo.perl taboo: taboo script update 2008-07-05 22:10:40 -07:00
TODO Remove bunch of stale issues - the list is unmaintained these days 2009-03-04 11:40:07 -08:00
UWC WIP: slight updates to What's cooking script 2008-11-05 17:03:43 -08:00
V Meta/V: translate dirty->with changes consistently 2009-04-26 19:48:39 -07:00
WC What's in/cooking updates 2008-12-02 22:55:44 -08:00
whats-cooking.txt What's cooking (2010/01 #10) 2010-01-31 18:27:17 -08:00
WI What's in/cooking updates 2008-12-02 22:55:44 -08:00

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.