libtool-patches
[Top][All Lists]
Advanced

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

FYI: enable file list limited commits to CVS, and commit mails without t


From: Gary V. Vaughan
Subject: FYI: enable file list limited commits to CVS, and commit mails without tla [libtool--release--2.0--patch-41]
Date: Fri, 22 Oct 2004 18:24:48 +0100 (BST)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to branch-2-0.

  * looking for address@hidden/libtool--release--2.0--patch-40 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-40
  M  ChangeLog
  M  clcommit.m4sh
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>
  
        * clcommit.m4sh: Updated again, to support file list limited
        commits to CVS, and to fix another occurence of the bash bug
        that was preventing non-tla users from sending a commit mail.
  
  --- orig/clcommit.m4sh
  +++ mod/clcommit.m4sh
  @@ -2,7 +2,7 @@
   m4_divert_push([SCRIPT])#!/bin/sh
   # @configure_input@
   
  -# clcommit (GNU @PACKAGE@) version 0.14
  +# clcommit (GNU @PACKAGE@) version 0.15
   # Written by Gary V. Vaughan <address@hidden>
   # and Alexandre Oliva <address@hidden>
   
  @@ -44,7 +44,7 @@
   # -q      --quiet            run cvs in quiet mode
   # -s addr --sendmail=addr    send a commit email of the differences to ADDR
   #         --signature[=file] add FILE to the end of the email (~/.signature)
  -# -S TEXT --summary=TEXT     specify a TEXT summary for the commit (tla only)
  +# -S TEXT --summary=TEXT     specify a TEXT subject line for the commit email
   # -t      --tla              use tla as the scm (instead of cvs)
   # -v      --verbose          run in verbose mode
   #         --version          print version information
  @@ -391,6 +391,8 @@
       # Need to do the tla commit *after* cvs commit to make sure the
       # ChangeLog timestamps stay in synch.
       $opt_tla && $TLA commit
  +
  +    :
   }
   
   
  @@ -417,7 +419,10 @@
         echo ""
         echo "Log Message:"
         $SED -e 's,^,  ,' "$log_file"
  -      test -f "$signature_file" && cat "$signature_file"
  +      test -f "$signature_file" && {
  +        echo '-- '
  +     cat "$signature_file"
  +      }
       } > "$notify_file"
   
       ${PAGER-more} "$notify_file" || break
  @@ -456,7 +461,7 @@
     # Do not check for empty $log_file again, even though the user might have
     # zeroed it out.  If s/he did, it was probably intentional.
     if $opt_commit; then
  -    func_commit
  +    func_commit ${1+"$@"}
     fi
   
     # Need to set the subject line *after* tla commit, or the
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBeUJfFRMICSmD1gYRAmdPAKCNHbNVCpaZVlniO1C0IO+wkd5e0QCgiUw2
VS94ZuMF36bALdssgmpEJSs=
=ZCYs
-----END PGP SIGNATURE-----




reply via email to

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