summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authormartin f. krafft <madduck@madduck.net>2007-10-17 10:53:46 +0100
committermartin f. krafft <madduck@madduck.net>2007-10-17 10:53:46 +0100
commitb0971948b96560bbbe1005f8be22bedc9bce733b (patch)
tree99ca61d32ee84722a6823c2007de9f577cbdd569 /debian/README.Debian
parent2cfe41d6141b87dbb558b4f50a41bb80b351a294 (diff)
remove additional config instructions
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 52e556c9..af955a10 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -117,10 +117,6 @@ First, the setup, which you only have to do once on each machine you work with:
# leave out --global if you want to set your identity only for mdadm
git config --global user.name 'your name'
git config --global user.email 'your@email.address'
-# the next two are not needed but ensure that git does not send patches to
-# your own email address.
-git config sendemail.signedoffcc false
-git config sendemail.suppressfrom true
git clone git://git.debian.org/git/pkg-mdadm/mdadm.git
To prepare the actual patch, do the following: