From 62106dc800ada6ed8d4c8deab6270c3c0a008d44 Mon Sep 17 00:00:00 2001 From: Tyler McGoffin Date: Fri, 24 Jan 2025 14:18:20 -0800 Subject: [PATCH] Cleanup comment --- git/objects.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/git/objects.go b/git/objects.go index d66d5b9bb..b57d79bec 100644 --- a/git/objects.go +++ b/git/objects.go @@ -66,8 +66,7 @@ type BranchConfig struct { // MergeBase is the optional base branch to target in a new PR if `--base` is not specified. MergeBase string MergeRef string - // These are used to handle triangular workflows. They can be defined by either - // a remote.pushDefault or a branch..pushremote value set on the git config. + // These are usually used to handle triangular workflows. PushRemoteURL *url.URL PushRemoteName string }