From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24375 invoked by alias); 29 Oct 2007 09:21:27 -0000 Received: (qmail 24367 invoked by uid 22791); 29 Oct 2007 09:21:27 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Oct 2007 09:21:23 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1ImQoC-000376-LF for frysk@sourceware.org; Mon, 29 Oct 2007 10:21:21 +0100 Subject: Setting git commit name/email From: Mark Wielaard To: frysk@sourceware.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4OahmwjrGhlXHLHapp9Y" Date: Mon, 29 Oct 2007 09:21:00 -0000 Message-Id: <1193649680.3830.35.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Spam-Score: -4.4 (----) X-Virus-Checked: Checked by ClamAV on sourceware.org X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00089.txt.bz2 --=-4OahmwjrGhlXHLHapp9Y Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 574 Hi, Don't forget to set your name and email address for (local) git commits through: $ git config --global user.name "Mark Wielaard" $ git config --global user.email "mwielaard@redhat.com" [You can set it for a local git repo to something different by omitting the --global flag] Or by adding something like the following to your ~/.gitconfig file: $ cat ~/.gitconfig=20 [user] name =3D Mark Wielaard email =3D mwielaard@redhat.com That makes sure that not just the ChangeLog, but also the git commit changeset has the right author set. Cheers, Mark --=-4OahmwjrGhlXHLHapp9Y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBHJaYJxVhZCJWr9QwRArL/AJ0XwWsPSNXdfNiI5ms9dtu7/gOUSQCeKPUw +g6g65DOT7D5dFGF/6ut1FQ= =SNIc -----END PGP SIGNATURE----- --=-4OahmwjrGhlXHLHapp9Y--