mbox series

[PULL] git-gui pull request

Message ID 20200521131220.t5lhw4e4qp4bpk3s@yadavpratyush.com (mailing list archive)
State New, archived
Headers show
Series [PULL] git-gui pull request | expand

Pull-request

https://github.com/prati0100/git-gui.git

Message

Pratyush Yadav May 21, 2020, 1:12 p.m. UTC
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(-)

Comments

Junio C Hamano May 21, 2020, 6:08 p.m. UTC | #1
Pratyush Yadav <me@yadavpratyush.com> writes:

> 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

Thanks, will do.


> ---
> 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(-)