Ævar Arnfjörð Bjarmason dd0c39574b MaintNotes: use https:// instead of git:// when possible
Most git:// URLs listed for the copies of the Git repository
have working corresponding https:// URLs that can be given
to a browser to browse the repository interactively.  List
https:// URL instead of git:// URL for such repositories.
The former is also more secure, even though it may be more
expensive.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-12-01 13:23:40 -08:00
2016-04-20 14:43:53 -07:00
2020-10-19 10:08:42 -07:00
2020-11-02 17:59:14 -08:00
2020-06-22 17:20:27 -07:00
2020-06-22 17:20:27 -07:00
2017-12-06 12:23:17 -08:00
2013-03-13 13:00:59 -07:00
2013-02-25 07:20:26 -08:00
2020-06-22 17:20:27 -07:00
2020-11-30 20:43:21 -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.
Description
No description provided
Readme 645 MiB
Languages
C 50.5%
Shell 38.7%
Perl 4.5%
Tcl 3.2%
Python 0.8%
Other 2.1%