diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-07-07 15:08:10 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-07 15:08:10 -0700 |
| commit | 038143def708a65455172a87432aee27da2d80c4 (patch) | |
| tree | a6271d7824fe36b364f6f19f2437de785820aab8 /git-gui/lib/remote_branch_delete.tcl | |
| parent | The seventh batch (diff) | |
| parent | Git 2.50.1 (diff) | |
| download | git-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.tcl | 2 |
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 \ |
