aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/lib/remote_branch_delete.tcl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-07 15:08:10 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-07 15:08:10 -0700
commit038143def708a65455172a87432aee27da2d80c4 (patch)
treea6271d7824fe36b364f6f19f2437de785820aab8 /git-gui/lib/remote_branch_delete.tcl
parentThe seventh batch (diff)
parentGit 2.50.1 (diff)
downloadgit-038143def708a65455172a87432aee27da2d80c4.tar.gz
git-038143def708a65455172a87432aee27da2d80c4.zip
Sync with Git 2.50.1
Diffstat (limited to 'git-gui/lib/remote_branch_delete.tcl')
-rw-r--r--git-gui/lib/remote_branch_delete.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/remote_branch_delete.tcl b/git-gui/lib/remote_branch_delete.tcl
index 5ba9fcadd1..c8c99b17a8 100644
--- a/git-gui/lib/remote_branch_delete.tcl
+++ b/git-gui/lib/remote_branch_delete.tcl
@@ -308,7 +308,7 @@ method _load {cache uri} {
set full_list [list]
set head_cache($cache) [list]
set full_cache($cache) [list]
- set active_ls [git_read ls-remote $uri]
+ set active_ls [git_read [list ls-remote $uri]]
fconfigure $active_ls \
-blocking 0 \
-translation lf \