git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* feature-request: silently stops ssh-agent.exe when upgrading (windows)
@ 2022-12-15  8:38 Jean-Michel MERCIER
  2022-12-16  0:42 ` brian m. carlson
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Michel MERCIER @ 2022-12-15  8:38 UTC (permalink / raw)
  To: git

Hello

I've looked in the public-inbox archive without finding any similar request.

I believe it is a bit annoying that upgrading git-scm always generates
an error when ssh-agent.exe is still running. User than have to open
the Task Manager, find the task and kill it.

Could you consider silently stopping ssh-agent during an upgrade, and
may be restarting it afterward ?
Most installer do that or at least offer the user to do it to allow
seamless upgrading.

Thanks for considering.

All the best and good end of the year.

Best regards

Jean-Michel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: feature-request: silently stops ssh-agent.exe when upgrading (windows)
  2022-12-15  8:38 feature-request: silently stops ssh-agent.exe when upgrading (windows) Jean-Michel MERCIER
@ 2022-12-16  0:42 ` brian m. carlson
  2022-12-16  7:53   ` Jean-Michel MERCIER
  0 siblings, 1 reply; 6+ messages in thread
From: brian m. carlson @ 2022-12-16  0:42 UTC (permalink / raw)
  To: Jean-Michel MERCIER; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

On 2022-12-15 at 08:38:01, Jean-Michel MERCIER wrote:
> Hello

Hey,

> I've looked in the public-inbox archive without finding any similar request.
> 
> I believe it is a bit annoying that upgrading git-scm always generates
> an error when ssh-agent.exe is still running. User than have to open
> the Task Manager, find the task and kill it.
> 
> Could you consider silently stopping ssh-agent during an upgrade, and
> may be restarting it afterward ?
> Most installer do that or at least offer the user to do it to allow
> seamless upgrading.

The Git project doesn't distribute any binaries at all, and it doesn't
distribute OpenSSH.   It distributes source code for Git, and that's
all.

It sounds like you're using Git for Windows, which does distribute
binaries, both of Git and OpenSSH.  If you have feedback for them,
you'll probably want to use their issue tracker
(https://github.com/git-for-windows/git/issues) and, if it hasn't
already been reported, you can request a change there.
-- 
brian m. carlson (he/him or they/them)
Toronto, Ontario, CA

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: feature-request: silently stops ssh-agent.exe when upgrading (windows)
  2022-12-16  0:42 ` brian m. carlson
@ 2022-12-16  7:53   ` Jean-Michel MERCIER
       [not found]     ` <CAOLx1Bi189tdo1Yn7njv9BjMzjuVOT8MSZH-bx8o-nS6gQpQTg@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Michel MERCIER @ 2022-12-16  7:53 UTC (permalink / raw)
  To: brian m. carlson, Jean-Michel MERCIER, git

Hi Brian

Many thanks for pointing me in the right direction.
Sorry for bothering

Keep the great work and have a great end of year time

Cheers

Jean-Michel

On Fri, Dec 16, 2022 at 1:43 AM brian m. carlson
<sandals@crustytoothpaste.net> wrote:
>
> On 2022-12-15 at 08:38:01, Jean-Michel MERCIER wrote:
> > Hello
>
> Hey,
>
> > I've looked in the public-inbox archive without finding any similar request.
> >
> > I believe it is a bit annoying that upgrading git-scm always generates
> > an error when ssh-agent.exe is still running. User than have to open
> > the Task Manager, find the task and kill it.
> >
> > Could you consider silently stopping ssh-agent during an upgrade, and
> > may be restarting it afterward ?
> > Most installer do that or at least offer the user to do it to allow
> > seamless upgrading.
>
> The Git project doesn't distribute any binaries at all, and it doesn't
> distribute OpenSSH.   It distributes source code for Git, and that's
> all.
>
> It sounds like you're using Git for Windows, which does distribute
> binaries, both of Git and OpenSSH.  If you have feedback for them,
> you'll probably want to use their issue tracker
> (https://github.com/git-for-windows/git/issues) and, if it hasn't
> already been reported, you can request a change there.
> --
> brian m. carlson (he/him or they/them)
> Toronto, Ontario, CA

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: feature-request: silently stops ssh-agent.exe when upgrading (windows)
       [not found]     ` <CAOLx1Bi189tdo1Yn7njv9BjMzjuVOT8MSZH-bx8o-nS6gQpQTg@mail.gmail.com>
@ 2022-12-21 15:58       ` Jean-Michel MERCIER
  2022-12-22  2:45         ` Bagas Sanjaya
  2022-12-22  5:19         ` Eric Sunshine
  0 siblings, 2 replies; 6+ messages in thread
From: Jean-Michel MERCIER @ 2022-12-21 15:58 UTC (permalink / raw)
  To: Jean-Michel MERCIER, git

Hi everyone

Just for the record in the archive if anyone is finding this thread:
It has been handled :
https://github.com/git-for-windows/git/issues/4172
https://github.com/git-for-windows/build-extra/pull/453

Thanks

Jean-Michel

> On Fri, Dec 16, 2022 at 8:53 AM Jean-Michel MERCIER <jeanmichel.mercier@newsbridge.io> wrote:
>>
>> Hi Brian
>>
>> Many thanks for pointing me in the right direction.
>> Sorry for bothering
>>
>> Keep the great work and have a great end of year time
>>
>> Cheers
>>
>> Jean-Michel
>>
>> On Fri, Dec 16, 2022 at 1:43 AM brian m. carlson
>> <sandals@crustytoothpaste.net> wrote:
>> >
>> > On 2022-12-15 at 08:38:01, Jean-Michel MERCIER wrote:
>> > > Hello
>> >
>> > Hey,
>> >
>> > > I've looked in the public-inbox archive without finding any similar request.
>> > >
>> > > I believe it is a bit annoying that upgrading git-scm always generates
>> > > an error when ssh-agent.exe is still running. User than have to open
>> > > the Task Manager, find the task and kill it.
>> > >
>> > > Could you consider silently stopping ssh-agent during an upgrade, and
>> > > may be restarting it afterward ?
>> > > Most installer do that or at least offer the user to do it to allow
>> > > seamless upgrading.
>> >
>> > The Git project doesn't distribute any binaries at all, and it doesn't
>> > distribute OpenSSH.   It distributes source code for Git, and that's
>> > all.
>> >
>> > It sounds like you're using Git for Windows, which does distribute
>> > binaries, both of Git and OpenSSH.  If you have feedback for them,
>> > you'll probably want to use their issue tracker
>> > (https://github.com/git-for-windows/git/issues) and, if it hasn't
>> > already been reported, you can request a change there.
>> > --
>> > brian m. carlson (he/him or they/them)
>> > Toronto, Ontario, CA

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: feature-request: silently stops ssh-agent.exe when upgrading (windows)
  2022-12-21 15:58       ` Jean-Michel MERCIER
@ 2022-12-22  2:45         ` Bagas Sanjaya
  2022-12-22  5:19         ` Eric Sunshine
  1 sibling, 0 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2022-12-22  2:45 UTC (permalink / raw)
  To: Jean-Michel MERCIER, git

On 12/21/22 22:58, Jean-Michel MERCIER wrote:
> Hi everyone
> 
> Just for the record in the archive if anyone is finding this thread:
> It has been handled :
> https://github.com/git-for-windows/git/issues/4172
> https://github.com/git-for-windows/build-extra/pull/453
> 

OK, but please don't top-post here; reply inline with appropriate
context instead. The context has been deleted, though.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: feature-request: silently stops ssh-agent.exe when upgrading (windows)
  2022-12-21 15:58       ` Jean-Michel MERCIER
  2022-12-22  2:45         ` Bagas Sanjaya
@ 2022-12-22  5:19         ` Eric Sunshine
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Sunshine @ 2022-12-22  5:19 UTC (permalink / raw)
  To: Jean-Michel MERCIER; +Cc: git

On Wed, Dec 21, 2022 at 11:01 AM Jean-Michel MERCIER
<jeanmichel.mercier@newsbridge.io> wrote:
> Just for the record in the archive if anyone is finding this thread:
> It has been handled :
> https://github.com/git-for-windows/git/issues/4172
> https://github.com/git-for-windows/build-extra/pull/453

Thanks for taking the "health" on the mailing list into account. Such
follow-ups are appreciated.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-22  5:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15  8:38 feature-request: silently stops ssh-agent.exe when upgrading (windows) Jean-Michel MERCIER
2022-12-16  0:42 ` brian m. carlson
2022-12-16  7:53   ` Jean-Michel MERCIER
     [not found]     ` <CAOLx1Bi189tdo1Yn7njv9BjMzjuVOT8MSZH-bx8o-nS6gQpQTg@mail.gmail.com>
2022-12-21 15:58       ` Jean-Michel MERCIER
2022-12-22  2:45         ` Bagas Sanjaya
2022-12-22  5:19         ` Eric Sunshine

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