3 # Copyright (c) Josef "Jeff" Sipek, 2006
6 source "`dirname $0`/gq.lib"
8 export GIT_DIR
=`find_git_dir`
9 GQ_DIR
="$GIT_DIR/patches"
13 if [ -d "$GQ_DIR/$branch" ]; then
14 echo "Branch $branch appears to be already initialized (GIT_DIR=$GIT_DIR)"
18 [ ! -d "$GQ_DIR" ] && mkdir
$GQ_DIR
20 touch $GQ_DIR/$branch/series
21 touch $GQ_DIR/$branch/status