From aeb7a37185472c244c538939de6a688358cd0074 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Sun, 27 May 2012 23:30:38 +1000 Subject: [PATCH] add_repo: simplify --- add_repo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/add_repo b/add_repo index 4a6c425..db0970a 100755 --- a/add_repo +++ b/add_repo @@ -13,5 +13,4 @@ branch=$3 } [[ -z "$branch" ]] && branch="master" -git remote add -t "$branch" "$name" "$url" -git config remote."$name".tagopt "--no-tags" +git remote add --no-tags -t "$branch" "$name" "$url" -- 2.39.2