User Tools

Site Tools


writeandsubmitpatch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
writeandsubmitpatch [2010/03/11 22:33] glaubitzwriteandsubmitpatch [2013/05/16 11:39] – [Checking out the git repository] glaubitz
Line 15: Line 15:
 All these tasks can be performed with git, except, of course, you All these tasks can be performed with git, except, of course, you
 still need an editor to make your changes to the source. still need an editor to make your changes to the source.
 +
 +===== Preparing git =====
 +
 +Make sure that your environment variables set your email address correctly (environment variable //EMAIL//).
 +If you do not want to use the same address for //git// as your regular address in the Unix system,
 +then just set the environment variables for //git//. For example, in your .bashrc, add:
 +
 +<code>
 +export GIT_AUTHOR_NAME="Your Name"
 +export GIT_AUTHOR_EMAIL="Yourmail@Yourdomain"
 +</code>
 +
 +This will make sure that all your patches are signed with your name as author and your email
 +address. It is important to use your real name here and provide a working email address. Otherwise
 +we cannot likely accept your patches.
  
 ===== Checking out the git repository ===== ===== Checking out the git repository =====
Line 22: Line 37:
  
 <code> <code>
-git clone git://z6.physik.fu-berlin.de/linux-minidisc+git clone git://z6.physik.fu-berlin.de/linux-minidisc.git
 </code> </code>
  
writeandsubmitpatch.txt · Last modified: 2017/10/01 09:01 by thp

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki