auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] [sr #108411] Enable commit mails including diffs for GNU


From: Bob Proulx
Subject: [AUCTeX-devel] [sr #108411] Enable commit mails including diffs for GNU AUCTeX
Date: Fri, 11 Oct 2013 04:44:30 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 Iceweasel/24.0

Update of sr #108411 (project administration):

                  Status:             In Progress => Done                   

    _______________________________________________________

Follow-up Comment #4:

Done.  Tested on a vicitim repository.  Transfered to auctex.  I think it all
should be working.  I will monitor the -commit and -diffs lists and check to
verify that they are working.

For reference I basically did this to get multiple hook scripts.

while read oldrev newrev refname; do
  echo $oldrev $newrev $refname | /usr/local/bin/git-post-receive-hook
  echo $oldrev $newrev $refname | hooks/post-receive-mail-local
done


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?108411>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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