in reply to Re^4: Find svn log revisions with log message matching a given string
in thread Find svn log revisions with log message matching a given string
whatever it does.perl -ne "BEGIN{ $/ = '-' x 72; $re = shift } print qq($r\n) if (($r) += split) && /$re/" 2.5996485
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Find svn log revisions with log message matching a given string
by Anonymous Monk on Mar 10, 2015 at 21:22 UTC | |
by choroba (Cardinal) on Mar 11, 2015 at 08:57 UTC |