From 7aac91e251b89ca39d451ccf5cb9a48f4a753a2a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Feb 2011 13:48:23 +0200 Subject: Exclude the etc module from commit and stash operations One normally doesn't want this module to participate in group commit or stash. --- git/stash-pop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/stash-pop.sh') diff --git a/git/stash-pop.sh b/git/stash-pop.sh index be43664..adec9c0 100755 --- a/git/stash-pop.sh +++ b/git/stash-pop.sh @@ -7,7 +7,7 @@ self=`realpath $0` wd=`pwd` -for i in $modules; do +for i in $odb_modules; do echo "stash pop $i" 1>&2 cd $i git stash pop -- cgit v1.1