Blame PATCHES

Packit a38265
Generating patches
Packit a38265
------------------
Packit a38265
Packit a38265
First ensure you have an up-to-date checkout of the git repository.
Packit a38265
liboggz is maintained in git at git://git.xiph.org/liboggz.git
Packit a38265
Packit a38265
Please generate patches using git-format-patch. You'll just need to commit
Packit a38265
your changes to your local copy first:
Packit a38265
Packit a38265
$ git commit -a
Packit a38265
Packit a38265
then do:
Packit a38265
Packit a38265
$ git format-patch -1
Packit a38265
Packit a38265
which will generate a patch file with your attribution as the committer
Packit a38265
name and your own commit message. That file can then be applied to another
Packit a38265
(eg. upstream) git tree using "git am" to preserve that info.
Packit a38265
Packit a38265
Mail that file directly or as an attachment to ogg-dev@xiph.org.