1Generating patches
2------------------
3
4First ensure you have an up-to-date checkout of the git repository.
5liboggz is maintained in git at git://git.xiph.org/liboggz.git
6
7Please generate patches using git-format-patch. You'll just need to commit
8your changes to your local copy first:
9
10$ git commit -a
11
12then do:
13
14$ git format-patch -1
15
16which will generate a patch file with your attribution as the committer
17name and your own commit message. That file can then be applied to another
18(eg. upstream) git tree using "git am" to preserve that info.
19
20Mail that file directly or as an attachment to ogg-dev@xiph.org.
21