git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pratyush Yadav <me@yadavpratyush.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Mark Levedahl <mlevedahl@gmail.com>,
	Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	Philip Oakley <philipoakley@iee.email>,
	git@vger.kernel.org
Subject: [GIT PULL] git-gui pull request; also, call for a new maintainer
Date: Thu, 24 Aug 2023 18:39:23 +0200	[thread overview]
Message-ID: <mafs0wmxkcs3o.fsf@yadavpratyush.com> (raw)


Hi Junio, all,

It has been some time since we synced our trees. This PR contains fixes
for CVE-2022-41953, follow up fixes for bugs uncovered in
Cygwin-specific bits, and some other minor fixes.

As you and others might have noticed already, I have been quite inactive
in maintaining git-gui. There are several reasons for that. For one, I
do not find much time and energy for it amongst my responsibilities both
in work and in personal life. For another, I simply do not use git-gui
much these days. I use good old Magit for the most part, and it fares
fairly well.

For these reasons, I would be happy to hand over maintainership of
git-gui to more interested hands. I do not know of anyone myself. But I
hope this email finds itself to someone who would be willing to
volunteer.

In the meantime, I can still pick up odd fixes or security fixes every
now and then. I cannot promise much more than this.

---
The following changes since commit df4f9e28f64ea97032ec70d9c8894dc87a1b7f9e:

  Merge branch 'py/revert-commit-comments' (2021-03-04 13:59:45 +0530)

are available in the Git repository at:

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

for you to fetch changes up to e25cbdf3576f07bda742a4f13d9380a815e43502:

  Merge branch 'ml/cygwin-fixes' (2023-08-24 16:46:29 +0200)

----------------------------------------------------------------
Johannes Schindelin (5):
      windows: ignore empty `PATH` elements
      is_Cygwin: avoid `exec`ing anything
      Move is_<platform> functions to the beginning
      Move the `_which` function (almost) to the top
      Work around Tcl's default `PATH` lookup

Mark Levedahl (4):
      git gui Makefile - remove Cygwin modifications
      git-gui - remove obsolete Cygwin specific code
      git-gui - use cygstart to browse on Cygwin
      git-gui - use mkshortcut on Cygwin

Pratyush Yadav (4):
      Merge branch 'vk/readme-typo'
      Merge branch 'js/windows-rce'
      Merge branch 'ab/makeflags'
      Merge branch 'ml/cygwin-fixes'

Vipul Kumar (1):
      git-gui: Fix a typo in README

Ævar Arnfjörð Bjarmason (1):
      Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4

 Makefile                  |  23 +---
 README.md                 |   2 +-
 git-gui.sh                | 309 ++++++++++++++++++++--------------------------
 lib/choose_repository.tcl |  27 +---
 lib/shortcut.tcl          |  31 +++--
 5 files changed, 154 insertions(+), 238 deletions(-)

-- 
Regards,
Pratyush Yadav

             reply	other threads:[~2023-08-24 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 16:39 Pratyush Yadav [this message]
2023-08-24 17:02 ` [GIT PULL] git-gui pull request; also, call for a new maintainer 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

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

  git send-email \
    --in-reply-to=mafs0wmxkcs3o.fsf@yadavpratyush.com \
    --to=me@yadavpratyush.com \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=mlevedahl@gmail.com \
    --cc=philipoakley@iee.email \
    /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.
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 NNTP newsgroup(s).