Skip to content
forked from git/git

GitGitGadget's Git fork. Open Pull Requests here to submit them to the Git mailing list

License

Notifications You must be signed in to change notification settings

gitgitgadget/git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,583 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitGitGadget's Git fork. Open Pull Requests here to submit them to the Git mailing list

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.7%
  • Shell 38.3%
  • Perl 4.5%
  • Tcl 3.6%
  • Python 0.8%
  • Makefile 0.7%
  • Other 1.4%