Junio C Hamano 6bdb97057e Meta/pushall: push out to CI repository before ko
The refmap (not tracked here) to update 'main' branch at the CI
repository is set to push from remotes/ko/master to make 'master'
current while allowing 'main' to lag behind one round of pushout to
'master'/'main'.  This way, pushing out to the CI repository won't
have to spend redundant cycles to build 'master' and 'main' at the
same time.
2023-04-11 12:44:44 -07:00
2016-04-20 14:43:53 -07:00
2023-03-07 13:40:53 -08:00
2021-06-11 15:58:26 +09:00
2023-03-07 13:44:24 -08:00
2020-10-19 10:08:42 -07:00
2011-06-22 17:14:33 -07:00
2023-03-13 09:51:26 -07:00
2020-06-22 17:20:27 -07:00
2023-03-13 09:50:24 -07:00
2010-12-08 15:33:59 -08:00
2020-06-22 17:20:27 -07:00
2013-03-13 13:00:59 -07:00
2013-02-25 07:20:26 -08:00
2012-04-26 13:37:12 -07:00
2022-09-09 15:09:53 -07:00
2023-04-06 14:04:31 -07:00
2011-05-30 13:43:28 -07: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.
Description
No description provided
Readme 550 MiB
Languages
C 50.5%
Shell 38.7%
Perl 4.5%
Tcl 3.2%
Python 0.8%
Other 2.1%