bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: commitlog


From: Mark D. Baushke
Subject: Re: commitlog
Date: Tue, 12 Aug 2003 22:31:36 -0700

Anthon van der Neut <AvanderNeut@pinnaclesys.com> writes:

> This is against 1.12.1.1, I am trying to get it make it in the official
> release, so I can stop worrying to break or processing on each upgrade of
> the servers. Comments and critique are welcome, pointers on who to ask to
> apply this patch as well.
> 
> diff -u -r1.70 logmsg.c
> --- logmsg.c    23 Jul 2003 20:42:26 -0000      1.70
> +++ logmsg.c    13 Aug 2003 03:58:53 -0000
> @@ -882,6 +882,9 @@
>         cp += fmt_percent - filter;
>         *cp++ = '"';
>         cp = shell_escape (cp, srepos);
> +       cp++ = '"';
> +       cp++ = ' ';
> +       cp++ = '"';
>         cp = shell_escape (cp, str_list);
>         *cp++ = '"';
>         (void) strcpy (cp, fmt_continue);
> 
> Regards
> Anthon

Please provide test cases for src/sanity.sh and a ChangeLog entry.

        -- Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]