From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id fd7a4162 for ; Thu, 7 Mar 2019 19:24:06 +0000 (UTC) Received: (qmail 22421 invoked by alias); 7 Mar 2019 19:23:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44102 Received: (qmail 16203 invoked by uid 1010); 7 Mar 2019 19:23:47 -0000 X-Qmail-Scanner-Diagnostics: from ptmail.sy.gs by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.100.2/25376. spamassassin: 3.4.2. Clear:RC:0(212.71.209.18):SA:0(-1.9/5.0):. Processed in 1.921806 secs); 07 Mar 2019 19:23:47 -0000 X-Envelope-From: zsh@vollmer.syss.de X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at vollmer.syss.de does not designate permitted sender hosts) Date: Thu, 7 Mar 2019 20:23:06 +0100 From: Adrian Vollmer To: zsh-workers@zsh.org Subject: Bug in git tab completion: If git.showSignature = true is set globally, tab completion of commits is garbled Message-ID: <20190307192305.GA3173@av.sy.gs> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.10.1 (2018-07-13) Hi, to reproduce this bug, set showSignature = true in the log section of your global git config file, then type git reset in a git repo that has a recent signed commit in its history. It looks like this: README überarbeitet (23 hours ago) -- [README überarbeitet (23 hours ago)] gpg: Signatu gpg -- issuer "":[g Primary key fingerprint -- XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX 2F 7ded199 -- [7ded199] 92fdb4d -- [92fdb4d] gpg: using RSA key XXXXX gpg -- Good signature from " 92fdb4d -- [92fdb4d] formatting (2 days ago) Cheers, Adrian