From patchwork Thu May 21 13:12:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pratyush Yadav X-Patchwork-Id: 11562939 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D86F11391 for ; Thu, 21 May 2020 13:12:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC3EE207F9 for ; Thu, 21 May 2020 13:12:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729289AbgEUNM1 (ORCPT ); Thu, 21 May 2020 09:12:27 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:34787 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728159AbgEUNM0 (ORCPT ); Thu, 21 May 2020 09:12:26 -0400 Received: from localhost (unknown [42.109.204.137]) (Authenticated sender: me@yadavpratyush.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 577AB200009; Thu, 21 May 2020 13:12:23 +0000 (UTC) Date: Thu, 21 May 2020 18:42:20 +0530 From: Pratyush Yadav To: Junio C Hamano Cc: git@vger.kernel.org Subject: [GIT PULL] git-gui pull request Message-ID: <20200521131220.t5lhw4e4qp4bpk3s@yadavpratyush.com> MIME-Version: 1.0 Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Hi Junio, Please pull the changes in git-gui for Git v2.27.0. Since there was some fallout on MacOS last time around, please merge it in -rc2 so the changes can get a bit more exposure, even though the changes this time around are fairly minimal. Regards, Pratyush Yadav --- The following changes since commit a5728022e07c53e5ac91db0960870518e243b7c1: Merge branch 'py/remove-tcloo' (2020-03-19 21:29:19 +0530) are available in the Git repository at: https://github.com/prati0100/git-gui.git for you to fetch changes up to c195247812f8cd38ba7e1c603112e6c1d8d8e71e: Merge branch 'il/ctrl-bs-del' (2020-05-21 18:25:32 +0530) ---------------------------------------------------------------- Ansgar Röber (1): Subject: git-gui: fix syntax error because of missing semicolon Ismael Luceno (1): git-gui: Handle Ctrl + BS/Del in the commit msg Pratyush Yadav (2): Merge branch 'ar/ui-ready-semicolon' Merge branch 'il/ctrl-bs-del' git-gui.sh | 6 ++++-- lib/index.tcl | 6 +++--- lib/mergetool.tcl | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-)