all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ian Zimmerman <nobrowser@gmail.com>
Subject: Re: setting email and name for Changelogs in vc mode
Date: Thu, 02 Mar 2006 21:41:18 -0800 (PST)	[thread overview]
Message-ID: <87oe0ogk5f.fsf@ahiker.homeip.net> (raw)
In-Reply-To: <87veuyjxwr.fsf@magma.ca>


Angelina> Sadly though using your method still gives me 2006-03-01
Angelina> author <author@morcheeba>

Looking at what vc-default-update-changelog actually does, it just
executes rcs2log with the appropriate -u argument.  And according to
the rcs2log manpage,

       -u "LOGIN\tFULLNAME\tMAILADDR"
         Assume LOGIN has FULLNAME and MAILADDR.

i.e. the first part doesn't override what the login name is, it serves
as a key to associate the real full name and address (It makes sense
that it works this way, it makes it harder to lie about who checked in
the changes.)

So, what you need to do is set (temporarily, if you don't want future
changes as "author" too)

vc-user-login-name to "author"
user-full-name to "Angelina Carlton"
user-mail-address to "brat@magma.ca"

Confused?  That'll teach you to lie :-)

-- 
A true pessimist won't be discouraged by a little success.

  parent reply	other threads:[~2006-03-03  5:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.0.1140907218.18076.help-gnu-emacs@gnu.org>
2006-02-26  0:10 ` setting email and name for Changelogs in vc mode Thien-Thi Nguyen
2006-03-01  9:51   ` Angelina Carlton
2006-03-02 21:59     ` Peter Dyballa
2006-03-03  5:41     ` Ian Zimmerman [this message]
2006-03-06  1:54       ` Angelina Carlton
2006-02-25 22:39 Angelina Carlton
2006-02-26 10:17 ` Reiner Steib
2006-03-01  9:09   ` Angelina Carlton
2006-02-27 15:39 ` David Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oe0ogk5f.fsf@ahiker.homeip.net \
    --to=nobrowser@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.