aboutsummaryrefslogtreecommitdiffstats
path: root/tools/svnadd
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-18 16:10:35 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-18 16:10:35 +0000
commite3156f83be373ade1cec69c81de81d41b74099a3 (patch)
tree707f9bd0f75c180c0f2a207d06c7c43172827310 /tools/svnadd
parent6de14cd99b375fe787d0f19954a6f97365913c66 (diff)
Add .asciidoc support to svnadd. Set properties and add an SVN ID to the
release notes. svn path=/trunk/; revision=48392
Diffstat (limited to 'tools/svnadd')
-rwxr-xr-xtools/svnadd5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/svnadd b/tools/svnadd
index c1a8ad71fa..911a97cf97 100755
--- a/tools/svnadd
+++ b/tools/svnadd
@@ -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
;;