projects
/
lab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2b7c9
)
* accept all arguments
author
mitty
<mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Fri, 24 Sep 2010 12:06:26 +0000
(12:06 +0000)
committer
mitty
<mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Fri, 24 Sep 2010 12:06:26 +0000
(12:06 +0000)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@56
7d2118f6
-f56c-43e7-95a2-
4bb3031d96e7
.bin/svnst
patch
|
blob
|
history
diff --git
a/.bin/svnst
b/.bin/svnst
index
1260525
..
a8ca99f
100755
(executable)
--- a/
.bin/svnst
+++ b/
.bin/svnst
@@
-1,3
+1,3
@@
#! /bin/sh
-svn st $1 | grep "^[^?]"
+svn st $@ | grep "^[^?]"