Skip to content

Files

Latest commit

 

History

History

superfish

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
CURRENT INFO -- 2013/03/15
--------------------------
Superfish -- 1.5.13 (2013/03/15)
- project homepage:  http://github.com/joeldbirch/superfish
- current dl link :  http://github.com/joeldbirch/superfish/zipball/master

UPDATING
--------
$ sh refresh_upstream.sh
$ git commit -m "Updated upstream to Superfish <VERSION_NUMBER>" upstream

$ sh refresh_modified.sh
  # Examine what's in modified and make sure that we only add files
  # here that we want to go into Gallery3.  Anything that we don't
  # want should get added to the filters in refresh_modified.sh and
  # run it again.
$ git commit -m "Updated upstream to Superfish <VERSION_NUMBER>" modified
$ git format-patch --stdout HEAD~1 | patch -d ../../gallery3/lib/superfish -p3
$ git push

$ cd ../../gallery3
$ git commit -m "Updated upstream to Superfish <VERSION_NUMBER>" lib/superfish