Skip to content

Commit 8b48034

Browse files
committed
git-gui: git-remote is always available
git-gui checks for git version >= 1.6.6 before enabling the remotes menu. But git-gui requires git v2.36 or later, so git-remote is always available. Delete this check and always enable the menu. Signed-off-by: Mark Levedahl <[email protected]>
1 parent e42ba88 commit 8b48034

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/remote.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ proc make_sure_remote_submenues_exist {remote_m} {
233233
proc update_all_remotes_menu_entry {} {
234234
global all_remotes
235235

236-
if {[git-version < 1.6.6]} { return }
237-
238236
set have_remote 0
239237
foreach r $all_remotes {
240238
incr have_remote

0 commit comments

Comments
 (0)