Gnus development mailing list
 help / color / mirror / Atom feed
From: Russ Allbery <rra@stanford.edu>
Subject: Re: Patches for cvs and cvslog
Date: Tue, 01 Jan 2002 21:27:08 -0800	[thread overview]
Message-ID: <ylvgel2uhf.fsf@windlord.stanford.edu> (raw)
In-Reply-To: <m3u1u6v85b.fsf@quimbies.gnus.org> (Lars Magne Ingebrigtsen's message of "Tue, 01 Jan 2002 08:32:16 +0100")

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> And then did the following change myself:
     
> --- cvslog~	Sun Dec 30 07:07:35 2001
> +++ cvslog	Tue Jan  1 08:28:44 2002
> @@ -409,7 +409,7 @@
>  # information about the change.  Returns the header as a list.
>  sub build_header {
>      my ($data, $showdir) = @_;
> -    my $user = (getpwuid $<)[0] || $<;
> +    my $user = $ENV{CVSUSER} || (getpwuid $<)[0] || $<;
>      my $date = strftime ('%A, %B %e, %Y @ %T', localtime time);
>      $date =~ s/  / /;
>      my @header;

Thanks, applied.

-- 
Russ Allbery (rra@stanford.edu)             <http://www.eyrie.org/~eagle/>



  reply	other threads:[~2002-01-02  5:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-01  7:32 Lars Magne Ingebrigtsen
2002-01-02  5:27 ` Russ Allbery [this message]
2002-01-03 13:25 ` Per Abrahamsen
2002-01-03 14:19   ` Lars Magne Ingebrigtsen
2002-01-03 14:22     ` Lars Magne Ingebrigtsen
2002-01-03 15:17       ` Lars Magne Ingebrigtsen
2002-01-03 15:20         ` Lars Magne Ingebrigtsen
2002-01-03 15:30           ` Per Abrahamsen
2002-01-03 16:25             ` Lars Magne Ingebrigtsen
2002-01-03 15:30         ` Russ Allbery
2002-01-03 16:27           ` Lars Magne Ingebrigtsen
2002-01-03 16:56             ` Michael Cook
2002-02-17  0:18             ` Russ Allbery
2002-02-18  1:22               ` Lars Magne Ingebrigtsen
2002-02-18  3:32                 ` Russ Allbery
2002-02-18 17:28                 ` Steinar Bang
2002-01-03 15:24     ` Per Abrahamsen
2002-01-03 15:25     ` ShengHuo ZHU

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=ylvgel2uhf.fsf@windlord.stanford.edu \
    --to=rra@stanford.edu \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).