summaryrefslogtreecommitdiff
path: root/git/stash.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-24 13:48:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-24 13:48:23 +0200
commit7aac91e251b89ca39d451ccf5cb9a48f4a753a2a (patch)
tree322dac65c52860b2ed710fc5a2187fd45d8336a8 /git/stash.sh
parentc6a5d854a9c3b546f0797df9e936bb6b2d3970ca (diff)
Exclude the etc module from commit and stash operations
One normally doesn't want this module to participate in group commit or stash.
Diffstat (limited to 'git/stash.sh')
-rwxr-xr-xgit/stash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/stash.sh b/git/stash.sh
index afc2124..0175296 100755
--- a/git/stash.sh
+++ b/git/stash.sh
@@ -7,7 +7,7 @@ self=`realpath $0`
wd=`pwd`
-for i in $modules; do
+for i in $odb_modules; do
echo "stash $i" 1>&2
cd $i
git stash