git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Pratyush Yadav <me@yadavpratyush.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [GIT PULL] git-gui pull request
Date: Sun, 3 Nov 2019 05:20:07 +0530	[thread overview]
Message-ID: <20191102235006.rpguewvbbpfv4wi5@yadavpratyush.com> (raw)

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

-- 
Regards,
Pratyush Yadav

             reply	other threads:[~2019-11-02 23:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-02 23:50 Pratyush Yadav [this message]
2019-11-04 22:11 ` [GIT PULL] git-gui pull request Pratyush Yadav
  -- strict thread matches above, loose matches on Subject: below --
2021-02-26 16:10 Pratyush Yadav
2021-02-27 20:47 ` Junio C Hamano
2020-12-18 19:51 Pratyush Yadav
2020-12-19  5:24 ` Junio C Hamano
2020-07-19  9:45 Pratyush Yadav
2020-07-20 19:03 ` Junio C Hamano
2020-05-21 13:12 Pratyush Yadav
2020-05-21 18:08 ` Junio C Hamano
2020-03-19 16:15 Pratyush Yadav
2020-01-08 19:00 Pratyush Yadav
2019-09-17 20:13 Pratyush Yadav
2019-09-17 20:50 ` Denton Liu
2019-09-17 22:51   ` Denton Liu
2019-09-18 19:23   ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191102235006.rpguewvbbpfv4wi5@yadavpratyush.com \
    --to=me@yadavpratyush.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).