On Fri, Oct 17, 2008 at 5:57 AM, Joris Huizer <[EMAIL PROTECTED]> wrote: > --- On Thu, 10/16/08, Austin English <[EMAIL PROTECTED]> wrote: >> >> "From: Joris Huizer >> <[EMAIL PROTECTED](none)>" >> >> Minor, but please fix your e-mail in the patch: >> >> Also, please set patch extensions to .txt, it makes it >> easier to read >> in browser. >> > > Alright, I did a resent with the corrected email address and .txt extension. > Though I didn't manage to get git to fill in the correct address (it > currently just tries to use the debian user name, which it can't turn into a > real email address). How could I get git to fill in the address > automatically? I couldn't find this at the GitWine page. (git format-patch > seems to ignore the user/email pair as suggested for sending patches with > git-imap-send) > > Thanks, > > Joris > > > > > >
git repo-config user.name "Your Name" git repo-config user.email "[EMAIL PROTECTED]" -- -Austin