aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/relnotes-search.sh
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the 'Relnotes:' search to look for any non-emptyGlen Barber2014-12-081-1/+1
| | | | | | | | | string following the tag. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=275613
* Use 'return' instead of 'exit' in main(), since the script exitsGlen Barber2014-05-051-6/+6
| | | | | | | | | with the last returned exit code. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=265406
* Add a helper script for parsing 'svn log' for theGlen Barber2014-05-051-0/+133
'Relnotes:' tag in case 'yes' is not explicitly the first string value following the tab. As it turns out, a number of commits have bypassed my filters (both email and 'svn log --search'), and this script returns the results I want when doing these searches. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=265405