summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guilt/files/guilt-init.patch
blob: 1583346ed6c47688a8f56070352159c03d58b39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
guilt: allow previously initialized branches to be re-initialized

Upstream-Status: Inappropriate [oe-specific]

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>

---
 guilt-init |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/guilt-init
+++ b/guilt-init
@@ -20,9 +20,9 @@ while case $# in 0) break ;; esac; do
 	shift
 done
 
-if [ -d "$GUILT_DIR/$branch" ]; then
-	die "Branch $branch appears to be already initialized (GIT_DIR=$GIT_DIR)"
-fi
+# if [ -d "$GUILT_DIR/$branch" ]; then
+# 	die "Branch $branch appears to be already initialized (GIT_DIR=$GIT_DIR)"
+# fi
 
 [ ! -d "$GUILT_DIR" ] && mkdir "$GUILT_DIR"
 mkdir -p "$GUILT_DIR/$branch"