Add .asciidoc support to svnadd. Set properties and add an SVN ID to the

release notes.

svn path=/trunk/; revision=48392
This commit is contained in:
Gerald Combs 2013-03-18 16:10:35 +00:00
parent 6de14cd99b
commit e3156f83be
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,5 @@
= Wireshark 1.9.1 Release Notes
// $Id$
== What is Wireshark?

View File

@ -40,6 +40,11 @@ do
svn add $file
case "$file" in
*.asciidoc)
svn ps svn:keywords Id $file
svn ps svn:eol-style native $file
svn ps svn:mime-type text/plain $file
;;
*.png)
svn ps svn:mime-type image/png $file
;;