-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2011-02-18 15:36, Joost van der Hoff wrote: > On 18/02/11 00:27, Ikem Krueger wrote: >>> 2011/2/17 Joost van der Hoff<[email protected]>: >>> Hi all, >>> I have fixed a bug in lxpanel, and I would like to know what is the best >>> way to submit it. >> Maybe Git? >> >> * git://lxde.git.sourceforge.net/gitroot/lxde/lxpanel >> * http://gitref.org/remotes/#push >> >> And I like to mention, I really like your commitment. >> > Something tells me I need write access for this... Is it enough to be > logged in to sourceforge with my OpenID or do I have to make a dedicated > sourceforge account and/or be accepted as a developer by some project admin? > Also I am pretty new to git (only used the clone command so far) and I > can only find commands for replacing the complete remote branch with my > local version. Is there any command for remotely applying a single patch?
The fine art of git is that you don't need write access at the upstream server. just do your changes in your git clone of the upstream checkout. the git push them to a free hosting (or your own server and so on ofc) - my favorite is gitorious. By doing this someone who want to apply your patch can add your repository to her git cone of the upstream code and just suck it into the tree and push it to the SF.net hosting making it part of master branch. - -- brother http://sis.bthstudent.se -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJNXorBAAoJEJbdSEaj0jV75hwH/3FpjORzytSzeGARhizaB1yr wxXjKaCVo1hxy6LG+jCosll0IymywtaEKUHh1WsTx+5FsCuSFvBUx0vdJlLoo5JJ kHQc1rpgU+YnomIgjRqarzbfFHIufYJYYz1341oLmC5jijqZYGPgfKuDkyKgeTc8 TQ0M4viw2ziLbhGDhbU3pzSuAmlMPLBfvrKeSxx0Nl3gABMfZz2y+JAxPIT6mor7 F0EAJrQ1BG3S9g893fRAFC0Z4p7lNtMScCj9kn9zjQTEe2TULt0oKZvQDoUmPX/+ rcx9Jo8vDEfezyflgzO9rTPCVIF40FQlBVh424E4/5Jua0HIc40Q96IhNNPKbZ0= =l0MQ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
