On Wed, 17 Jun 2009, David Stansby wrote: > I've downloaded the latest git version, using "git clone > git://git.debian.org/git/dpkg/dpkg.git" and have changed all the .po > files and the files in /src to the correct grammar. How do I upload > the changes to git now?
You can't upload to git directly. You can commit locally (git commit -a) and use "git format-patch -o . origin/master" to generate the patch and send us the patch files. Or if you didn't commit your changes, you can simply do "git diff" and send us the output. Cheers, -- Raphaël Hertzog Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny : http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

