From 315792498783a7605434a6a2c79958dfe2aea9b4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Mar 2011 16:14:26 +0200 Subject: Add arguments to stash.sh, remove stash-pop.sh --- git/stash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/stash.sh') diff --git a/git/stash.sh b/git/stash.sh index 0175296..93a168d 100755 --- a/git/stash.sh +++ b/git/stash.sh @@ -10,6 +10,6 @@ wd=`pwd` for i in $odb_modules; do echo "stash $i" 1>&2 cd $i - git stash + git stash $* cd $wd done -- cgit v1.1