mbox series

[PULL] git-gui pull request; also, call for a new maintainer

Message ID mafs0wmxkcs3o.fsf@yadavpratyush.com (mailing list archive)
State Accepted
Commit a793520380eb0f9b4a970ace0e9ee41c0ccb82aa
Headers show
Series [PULL] git-gui pull request; also, call for a new maintainer | expand

Pull-request

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

Message

Pratyush Yadav Aug. 24, 2023, 4:39 p.m. UTC
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(-)

Comments

Junio C Hamano Aug. 24, 2023, 5:02 p.m. UTC | #1
Pratyush Yadav <me@yadavpratyush.com> writes:

> 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.

Thanks for your work on git-gui so far.

Will merge.