From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id C60641F4BD for ; Mon, 7 Oct 2019 22:02:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729285AbfJGWCM (ORCPT ); Mon, 7 Oct 2019 18:02:12 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:61698 "EHLO smtp.hosts.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728422AbfJGWCL (ORCPT ); Mon, 7 Oct 2019 18:02:11 -0400 Received: from [92.7.169.237] (helo=[192.168.1.22]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1iHb4y-0008Cb-4f; Mon, 07 Oct 2019 23:02:09 +0100 To: Git List Cc: Pratyush Yadav From: Philip Oakley Subject: Git Gui: Branch->create currently fails... Message-ID: Date: Mon, 7 Oct 2019 23:02:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org I'd never used the Branch:Create before (this is via mouse) and it threw an error, which appears to be repeatable, so I'm reporting it at the moment so I don't forget ... (I'm chasing down other issue at the moment ;-) This is with the version 0.21.GI git version 2.23.0.windows.1 Tcl/Tck 8.6.9 missing " missing "     while executing "list "refs/heads/redo-v0" [list ""     ("eval" body line 1)     invoked from within "eval $line"     (procedure "_new" line 87)     invoked from within "_new $path 0 $title"     (procedure "::choose_rev::new" line 2)     invoked from within "::choose_rev::new $w.rev [mc "Starting Revision"]"     (procedure "branch_create::dialog" line 35)     invoked from within "branch_create::dialog"     (menu invoke) -- Philip