mirror of
https://github.com/git/git.git
synced 2025-09-10 22:44:50 +02:00
6bdb97057e16b8d31b0b39f6b1f64bc0f02ad59e
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.
…
…
…
…
…
…
…
…
…
…
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
Languages
C
50.5%
Shell
38.7%
Perl
4.5%
Tcl
3.2%
Python
0.8%
Other
2.1%