mbox series

[PULL] git-gui pull request

Message ID 20191102235006.rpguewvbbpfv4wi5@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 Nov. 2, 2019, 11:50 p.m. UTC
Hi Junio,

There are some changes in git-gui since your last pull. With the 2.24
release coming up, I figure it is a good time to sync up.

The list of changes is a bit misleading. A lot of these changes are 
already in Git's tree, and I retroactively pulled them back in my tree, 
since these bypassed the "main" git-gui tree. Effectively, the merge of 
the commit 60c60b6 should be a no-op. [0] for a reminder.

Sorry for being so late. I didn't realize the release was so close. So
if this pull request is too much trouble for 2.24, I'm fine if you don't 
pull it now. We can sync up in 2.25 :).

[0] https://public-inbox.org/git/CAGr--=KXqFbivuXHPNecb3dBR_hx8QqWoR4pBGXy7uOiT+ESbg@mail.gmail.com/

---
The following changes since commit f7a8834ba4aa20ec750833cf8d30d9a9fed5eade:

  Merge branch 'bp/amend-toggle-bind' (2019-09-14 23:23:12 +0530)

are available in the Git repository at:

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

for you to fetch changes up to b524f6b399c77b40c8bf2b6217585fde4731472a:

  Merge branch 'ka/japanese-translation' (2019-10-14 23:22:50 +0530)

----------------------------------------------------------------
Anders Kaseorg (1):
      git-gui: sort entries in optimized tclIndex

Beat Bolli (1):
      git-gui: search for all current SSH key types

Bert Wesarg (2):
      git-gui: use existing interface to query a path's attribute
      git-gui: support for diff3 conflict style

Birger Skogeng Pedersen (1):
      git-gui: bind CTRL/CMD+numpad ENTER to do_commit

Clemens Buchacher (1):
      git-gui: workaround ttk:style theme use

Johannes Schindelin (6):
      git-gui (MinGW): make use of MSys2's msgfmt
      git gui: fix staging a second line to a 1-line file
      git-gui: avoid exception upon Ctrl+T in an empty list
      git-gui: fix exception when trying to stage with empty file list
      git-gui: allow Ctrl+T to toggle multiple paths
      Fix build with core.autocrlf=true

Martin Ågren (1):
      treewide: correct several "up-to-date" to "up to date"

Pratyush Yadav (8):
      git-gui: call do_quit before destroying the main window
      Merge branches 'js/msgfmt-on-windows', 'tz/fsf-address-update', 'jn/reproducible-build', 'ls/no-double-utf8-author-name', 'js/misc-git-gui-stuff', 'bb/ssh-key-files', 'bp/bind-kp-enter', 'cb/ttk-style' and 'py/call-do-quit-before-exit' of ../git into py/git-git-extra-stuff
      Merge branch 'py/git-git-extra-stuff'
      Merge branch 'js/git-bash-if-available'
      Merge branch 'bw/diff3-conflict-style'
      git-gui: add a readme
      Merge branch 'py/readme'
      Merge branch 'ka/japanese-translation'

Thomas Klaeger (1):
      git-gui (Windows): use git-bash.exe if it is available

Todd Zullinger (1):
      Replace Free Software Foundation address in license notices

kdnakt (1):
      git-gui: improve Japanese translation

Łukasz Stelmach (1):
      git-gui: prevent double UTF-8 conversion

 .gitattributes |   1 +
 Makefile       |   4 +-
 README.md      | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 git-gui.sh     |  65 ++++++++++++++++++---
 lib/commit.tcl |  12 +++-
 lib/diff.tcl   |  34 ++++++-----
 lib/sshkey.tcl |   5 +-
 lib/themed.tcl |  15 +++--
 po/README      |   2 +-
 po/ja.po       |   9 +--
 10 files changed, 284 insertions(+), 37 deletions(-)
 create mode 100644 README.md

Comments

Pratyush Yadav Nov. 4, 2019, 10:11 p.m. UTC | #1
On 03/11/19 05:20AM, Pratyush Yadav wrote:
> Hi Junio,
> 
> There are some changes in git-gui since your last pull. With the 2.24
> release coming up, I figure it is a good time to sync up.
> 
> The list of changes is a bit misleading. A lot of these changes are 
> already in Git's tree, and I retroactively pulled them back in my tree, 
> since these bypassed the "main" git-gui tree. Effectively, the merge of 
> the commit 60c60b6 should be a no-op. [0] for a reminder.
> 
> Sorry for being so late. I didn't realize the release was so close. So
> if this pull request is too much trouble for 2.24, I'm fine if you don't 
> pull it now. We can sync up in 2.25 :).

I see that you did manage to do the merge before the 2.24 release. 
Thanks.