scripts/svn-diff-editor
author Tomas Zeman <tzeman@volny.cz>
Wed, 18 Dec 2013 09:20:53 +0100
changeset 39 1fc1aab8014b
child 40 7b691c3bba6c
permissions -rwxr-xr-x
svn commit helper (displays diff); diff must be manually deleted before committing the changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
39
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
#!/bin/sh
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
echo >> "$2"
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
cat "$1" >> "$2"
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
rm "$1"
1fc1aab8014b svn commit helper (displays diff); diff must be manually deleted before committing the changes
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
$EDITOR "$2"