a loginfo/log_accum/commitprep script for cvs to email commit logs and diffs upon commits
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

sync

jcs 36187c77 23a394a9

+3 -2
+3 -2
loginfo.pl
··· 1 1 #!/usr/bin/perl 2 - # $Id: loginfo.pl,v 1.16 2005/05/27 15:49:04 jcs Exp $ 2 + # $Id: loginfo.pl,v 1.17 2005/12/18 03:14:53 jcs Exp $ 3 3 # vim:ts=4 4 4 # 5 5 # loginfo.pl ··· 7 7 # the log_accum script included with cvs, but not nearly as hideous. also 8 8 # supports emailing diffs. 9 9 # 10 - # Copyright (c) 2004 joshua stein <jcs@jcs.org> 10 + # Copyright (c) 2004-2005 joshua stein <jcs@jcs.org> 11 11 # 12 12 # Redistribution and use in source and binary forms, with or without 13 13 # modification, are permitted provided that the following conditions ··· 77 77 shift(@ARGV); 78 78 } elsif ($ARGV[0] eq "-d") { 79 79 $dodiffs = 1; 80 + # no args 80 81 } elsif ($ARGV[0] eq "-m") { 81 82 push @emailrecips, $ARGV[1]; 82 83 shift(@ARGV);