8000 GitHub - gv/git at todo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ git Public
forked from git/git

--ignore-revision option that lets you avoid downloading a particular set of revision numbers from SVN (see branch ignore-revision)

License

Notifications You must be signed in to change notification settings

gv/git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

--ignore-revision option that lets you avoid downloading a particular set of revision numbers from SVN (see branch ignore-revision)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 48.3%
  • Shell 35.6%
  • Perl 6.9%
  • Tcl 4.7%
  • Python 2.1%
  • Makefile 0.9%
  • Other 1.5%
0