mbox series

[PULL] git-gui pull request

Message ID 20210226161001.x3j2pligndqnzlbu@yadavpratyush.com (mailing list archive)
State Superseded
Headers show
Series [PULL] git-gui pull request | expand

Pull-request

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

Message

Pratyush Yadav Feb. 26, 2021, 4:10 p.m. UTC
Hi Junio,

Please pull the changes in git-gui for v2.31.

---
The following changes since commit 
7b0cfe156e1f1fbb77ab35d55d48eef41625944d:

  Merge branch 'sh/inactive-background' (2020-12-19 01:02:34 +0530)

are available in the Git repository at:

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

for you to fetch changes up to b1056f60b63f1bc8226d01881bc829e171fc78bf:

  Merge branch 'py/commit-comments' (2021-02-22 20:19:53 +0530)

----------------------------------------------------------------
Mikhail Klyushin (1):
      git-gui: fix typo in russian locale

Pratyush Yadav (3):
      Merge branch 'mk/russian-translation'
      git-gui: remove lines starting with the comment character
      Merge branch 'py/commit-comments'

 git-gui.sh     |  5 +++++
 lib/commit.tcl | 18 ++++++++++++++++--
 po/ru.po       |  2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)

Comments

Junio C Hamano Feb. 27, 2021, 8:47 p.m. UTC | #1
Pratyush Yadav <me@yadavpratyush.com> writes:

> Hi Junio,
>
> Please pull the changes in git-gui for v2.31.
>
> ---
> The following changes since commit 
> 7b0cfe156e1f1fbb77ab35d55d48eef41625944d:
>
>   Merge branch 'sh/inactive-background' (2020-12-19 01:02:34 +0530)
>
> are available in the Git repository at:
>
>   https://github.com/prati0100/git-gui.git 
>
> for you to fetch changes up to b1056f60b63f1bc8226d01881bc829e171fc78bf:
>
>   Merge branch 'py/commit-comments' (2021-02-22 20:19:53 +0530)

Thanks, will do so when I come back to my main development
environment.

>
> ----------------------------------------------------------------
> Mikhail Klyushin (1):
>       git-gui: fix typo in russian locale
>
> Pratyush Yadav (3):
>       Merge branch 'mk/russian-translation'
>       git-gui: remove lines starting with the comment character
>       Merge branch 'py/commit-comments'
>
>  git-gui.sh     |  5 +++++
>  lib/commit.tcl | 18 ++++++++++++++++--
>  po/ru.po       |  2 +-
>  3 files changed, 22 insertions(+), 3 deletions(-)