git: 6217c9c6f3dd - main - git-arc: Fix locals
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Sep 2026 01:39:56 UTC
The branch main has been updated by dteske:
URL: https://cgit.FreeBSD.org/src/commit/?id=6217c9c6f3dd90bc6dd4f9b81f728a44664be47f
commit 6217c9c6f3dd90bc6dd4f9b81f728a44664be47f
Author: Devin Teske <dteske@FreeBSD.org>
AuthorDate: 2026-09-02 01:37:55 +0000
Commit: Devin Teske <dteske@FreeBSD.org>
CommitDate: 2026-09-02 01:37:55 +0000
git-arc: Fix locals
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D59162
---
tools/tools/git/git-arc.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/tools/git/git-arc.sh b/tools/tools/git/git-arc.sh
index 07ce6539634a..e7ca3fabd63f 100755
--- a/tools/tools/git/git-arc.sh
+++ b/tools/tools/git/git-arc.sh
@@ -228,7 +228,7 @@ diff2status()
diff2parents()
{
- local dep dependencies diff parents phid
+ local dep diff phid
diff=$1
phid=$(diff2phid "$diff")
@@ -326,7 +326,7 @@ tags2hashtags()
create_one_review()
{
- local childphid commit doprompt draft msg parent parentphid reviewers
+ local childphid commit diff doprompt draft msg parent parentphid reviewers
local subscribers tags
commit=$1
@@ -659,7 +659,7 @@ is_freebsd_committer()
# the sample of src commits I checked out.
find_author()
{
- local addr name email author_addr author_name
+ local a addr name email author_addr author_name
addr="$1"
name="$2"
@@ -744,7 +744,7 @@ patch_branch()
patch_commit()
{
local diff reviewid review_data authorid user_data user_addr user_name
- local diff_data author_addr author_name author tmp
+ local diff_data author_addr author_name author tmp reviewers
diff=$1
reviewid=$(diff2phid "$diff")