diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2010-04-02 20:16:08 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:20 -0600 |
commit | 5cbc6057d2a2c7e00b466eb987acf04d68e1c18c (patch) | |
tree | 46b038d517d769f013d0e26a90a8db80303797b8 /plugins/files/bin/commit.sh | |
parent | 82a796c7820f3c3da49d4bfa4b83d4e5d0a36c9e (diff) |
add a tree plugin to rvs, but I made a ton of other changes to get
things working and facilitate this
Diffstat (limited to 'plugins/files/bin/commit.sh')
-rw-r--r-- | plugins/files/bin/commit.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/files/bin/commit.sh b/plugins/files/bin/commit.sh index e8db1eb..0bb8233 100644 --- a/plugins/files/bin/commit.sh +++ b/plugins/files/bin/commit.sh @@ -1,5 +1,5 @@ #!/bin/sh -name='rvs filecontent commit' +name='commit' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker # @@ -19,9 +19,9 @@ ver=0.9 . "$LIBDIR/@ID@/stdio" -# commit FILE +usage="[FILE]" file=${1-.} # take arg1 as the file, default to the current directory -type=`"$RVS" gettype "$file"` +type=`"$RVS" file-gettype "$file"` "$RVS" "commit.$type" "$file" |