From 60c2992f49ace5268ee05e799ae87bcacc32ed61 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 29 Jul 2017 21:56:31 +0200 Subject: [PATCH] Added README to svn-log-count --- svn-log-count/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 svn-log-count/README.md diff --git a/svn-log-count/README.md b/svn-log-count/README.md new file mode 100644 index 0000000..803c732 --- /dev/null +++ b/svn-log-count/README.md @@ -0,0 +1,17 @@ +# SVN Log Count + +This is a small script for printing the amount of commits in a SVN repository in sum and by year. + +## Usage + +Download script in an SVN repo, make it executable with + +``` +chmod +x svn-log-count.sh +``` + +and execute it with + +``` +./svn-log-count.sh +``` \ No newline at end of file