Re: subversion-perl needs to be updated with current Perl (was: Re: Cannot install git-svn)

2025-07-07 Thread Andrey Repin via Cygwin
Greetings, Andrey Repin via Cygwin! > Trying to rebuild it myself. > After installing dependencies, the errors similar to > Libtool helper path not found (try setting the LIBTOOL_M4 environment > variable) > expected at: '/bin/../share/aclocal' > were fixed by setting some variables > LIBTOO

Re: subversion-perl needs to be updated with current Perl (was: Re: Cannot install git-svn)

2025-07-05 Thread Andrey Repin via Cygwin
Greetings, Andrey Repin via Cygwin! Trying to rebuild it myself. After installing dependencies, the errors similar to Libtool helper path not found (try setting the LIBTOOL_M4 environment variable) expected at: '/bin/../share/aclocal' were fixed by setting some variables LIBTOOL_CONFIG=/usr/s

Re: subversion-perl needs to be updated with current Perl (was: Re: Cannot install git-svn)

2025-06-28 Thread Andrey Repin via Cygwin
Greetings, ASSI! > ASSI via Cygwin writes: >> Wiktor S. via Cygwin writes: >>> recently it become impossible to install git-svn because of Perl >>> dependency: Problem 1/1 nothing provides perl5_036 needed by >>> subversion-perl-1.14.2-1 >> >> Th

subversion-perl needs to be updated with current Perl (was: Re: Cannot install git-svn)

2025-05-13 Thread ASSI via Cygwin
ASSI via Cygwin writes: > Wiktor S. via Cygwin writes: >> recently it become impossible to install git-svn because of Perl >> dependency: Problem 1/1 nothing provides perl5_036 needed by >> subversion-perl-1.14.2-1 > > That's a false dependency, tell setup to ig

Re: Cannot install git-svn

2025-05-13 Thread ASSI via Cygwin
Wiktor S. via Cygwin writes: > recently it become impossible to install git-svn because of Perl > dependency: Problem 1/1 nothing provides perl5_036 needed by > subversion-perl-1.14.2-1 That's a false dependency, tell setup to ignore it. Or wait until I have fixed it up, perl_base

Re: Cannot install git-svn

2025-05-09 Thread Brian Inglis via Cygwin
[Do not post HTML/XML/l14ned headers as these mailing lists block/strip that.] It appears that the subversion (subversion-perl) package needs updated to depend on supported perl. On 2025-05-09 05:24, Wiktor S. via Cygwin wrote: So what should one do to make git svn work?Temat: Re: Cannot

Re: Cannot install git-svn

2025-05-09 Thread Wiktor S. via Cygwin
So what should one do to make git svn work?Temat: Re: Cannot install git-svnData: 2025-04-23 13:43Nadawca: "Christian Franke via Cygwin" <cygwin@cygwin.com>Adresat: cygwin@cygwin.com; DW: "Christian Franke" <christian.fra...@t-online.de>; > Wiktor S. via Cygw

oss-sec: Trailing dot in Cygwin filenames [was: failed to git clone iptables,ipset,nftables]

2025-04-30 Thread Brian Inglis via Cygwin
Hi folks, This looks like a concern that may have been previously addressed but recently resurfaced: https://seclists.org/oss-sec/2025/q2/96 https://seclists.org/oss-sec/2025/q2/99 https://github.com/libgit2/libgit2/issues/6968 https://cygwin.com/pipermail/cy

Re: Cannot install git-svn

2025-04-23 Thread Christian Franke via Cygwin
Wiktor S. via Cygwin wrote: Hi,recently it become impossible to install git-svn because of Perl dependency:Problem 1/1nothing provides perl5_036 needed by subversion-perl-1.14.2-1Solution 1/1 (default)  - do not ask to install git-svn-2.45.1-1-- Wiktor Sywula setup.ini: ... @ git-svn

Cannot install git-svn

2025-04-23 Thread Wiktor S. via Cygwin
Hi,recently it become impossible to install git-svn because of Perl dependency:Problem 1/1nothing provides perl5_036 needed by subversion-perl-1.14.2-1Solution 1/1 (default)  - do not ask to install git-svn-2.45.1-1-- Wiktor Sywula -- Problem reports: https://cygwin.com/problems.html FAQ

Re: git testsuite "t1004-read-tree-m-u-wf.sh" test hang with Cygwin 3.7.0 ...

2025-04-21 Thread Takashi Yano via Cygwin
On Mon, 21 Apr 2025 21:54:03 +0200 Roland Mainz via Cygwin wrote: > Hi! > > > > Running the git testsuite I got a hang of the > "t1004-read-tree-m-u-wf.sh" test in Cygwin 3.7 - the same test worked > AFAIK OK with Cygwin 3.5.x. > > My guess: |wa

git testsuite "t1004-read-tree-m-u-wf.sh" test hang with Cygwin 3.7.0 ...

2025-04-21 Thread Roland Mainz via Cygwin
Hi! Running the git testsuite I got a hang of the "t1004-read-tree-m-u-wf.sh" test in Cygwin 3.7 - the same test worked AFAIK OK with Cygwin 3.5.x. My guess: |wait_sig()| and |_sigfe()| are involved, maybe this is a signal issue.. 1. Versions: Cygwin 3.7.0-0.68.g37c49decc

Re: Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-10 Thread Andrey Repin via Cygwin
repositories or pushing to them. When I attempt the clone > using Cygwin git, it prompts me for a username and password, which I'm > unable to supply. If I instead do the clone using Windows Git, it just does > it. It's not clear to me whether it's even using the

Re: Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-08 Thread Brian Inglis via Cygwin
On 2025-02-07 15:09, KARR, DAVID via Cygwin wrote: For quite a while, we've been using bitbucket for our intranet code repositories. I typically use ssh auth for this. I have my key registered in our servers. I have been able to use the Cygwin git for this, and it all works fine. I&

Re: Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-07 Thread matthew patton via Cygwin
https://git-scm.com/docs/git-credential-store https://github.com/git-ecosystem/git-credential-manager the first allows you to save your PAT as the password when using HTTPS auth with username. But really you want link #2. Install the windows binary in a handy place (I put it under $APPDATA

Cloning enterprise github repo with cygwin git tries to use username/password auth, have to use Windows git

2025-02-07 Thread KARR, DAVID via Cygwin
For quite a while, we've been using bitbucket for our intranet code repositories. I typically use ssh auth for this. I have my key registered in our servers. I have been able to use the Cygwin git for this, and it all works fine. I'm now trying to connect to our new enterpr

Re: [Bug check/report] UnDocumented call to ntdll.dll!NtAssignProcessToJobObject in msys2.0.dll / cygwin - included in mingit/Git for Windows

2025-01-22 Thread Whitney Schmidt via Cygwin
: cygwin@cygwin.com Cc: Whitney Schmidt ; Sebastian Hernandez Subject: [Bug check/report] UnDocumented call to ntdll.dll!NtAssignProcessToJobObject in msys2.0.dll / cygwin - included in mingit/Git for Windows Hello Cygwin list, I’m part of the Visual Studio team at Microsoft which includes mi

Re: [Bug check/report] UnDocumented call to ntdll.dll!NtAssignProcessToJobObject in msys2.0.dll / cygwin - included in mingit/Git for Windows

2025-01-13 Thread Johannes Schindelin via Cygwin
Hi Veronica & Cygwin list (please keep me Cc:ed, I am not subscribed), On Sat, 11 Jan 2025, Veronica Giaudrone wrote: > I'm part of the Visual Studio team at Microsoft which includes > mingit/Git for Windows in our product for Git tooling integration (I'm > copying a coupl

[Bug check/report] UnDocumented call to ntdll.dll!NtAssignProcessToJobObject in msys2.0.dll / cygwin - included in mingit/Git for Windows

2025-01-10 Thread Veronica Giaudrone via Cygwin
Hello Cygwin list, I'm part of the Visual Studio team at Microsoft which includes mingit/Git for Windows in our product for Git tooling integration (I'm copying a couple of folks from my team in this email too). One of our API scanning tools has identified msys2.0.dll calling un

Re: Bug: bash redirect "magic" variable content to input of command hangs (upstream of https://github.com/git-for-windows/git/issues/5001)

2024-06-11 Thread jojelino via Cygwin
On 6/10/2024 8:12 PM, Holger Klene via Cygwin wrote: This is: GNU bash, Version 5.2.21(1)-release (x86_64-pc-cygwin) Was also reproduced in git-bash 5.2.26(1)-release (also cygwin) but not in WSL-bash 5.1.16 (independent of cygwin) This regression is introduced in bash-5.1, Introduced changes

Re: Bug: bash redirect "magic" variable content to input of command hangs (upstream of https://github.com/git-for-windows/git/issues/5001)

2024-06-10 Thread Thomas Wolff via Cygwin
uot; holgerk@BX-NB-015 /cygdrive/c/Users/holgerk $ declare ctrl=$(cat magic.txt) && cat <<< "$ctrl" Works for me. --- This is: GNU bash, Version 5.2.21(1)-release (x86_64-pc-cygwin) Was also reproduced in git-bash 5.2.26(1)-release (also cygwin) but not in WSL-bash 5.

Bug: bash redirect "magic" variable content to input of command hangs (upstream of https://github.com/git-for-windows/git/issues/5001)

2024-06-10 Thread Holger Klene via Cygwin
015 /cygdrive/c/Users/holgerk $ declare ctrl=$(cat magic.txt) && wc -l <<< "$ctrl" holgerk@BX-NB-015 /cygdrive/c/Users/holgerk $ declare ctrl=$(cat magic.txt) && grep hallo <<< "$ctrl" holgerk@BX-NB-015 /cygdrive/c/Users/holgerk $ declare

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-06-06 Thread Roland Mainz via Cygwin
On Sun, May 26, 2024 at 6:08 AM David Dyck via Cygwin wrote: > I upgraded to the most recent git and I get the following error > ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) > > $ git clone -v https://github.com/lxml/lxml.git > Cloning into 'lxml'... > POST git-up

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-28 Thread ASSI via Cygwin
Adam Dinwoodie via Cygwin writes: > Thanks for the report. This is working fine for me locally. Can you > please upgrade, check the problem is still recurring, and provide the > output from `cygcheck -srv >cygcheck.out`? This issue is most likely an upstream regression that was either introduced a

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-28 Thread Brian Inglis via Cygwin
stions are other git versions in the path, bad downstream proxy cache, slow or invasive network security appliance, which may be bypassed with ssh or VPN URIs, low resource limits in containers, which can be relieved by bumping resources or reducing sizes: git config pack.window

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread David Dyck via Cygwin
Thank you for your ideas! I have made no changes but can't reproduce the issue today both with a very short path of /usr/bin and the original path I tried with VPN off or on I would be happy to try a few other experiments - but I don't even need the workaround of reverting to an

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread Dan Shelton via Cygwin
te: > > On 26/05/2024 14:03, Adam Dinwoodie via Cygwin wrote: > > On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote: > >> I upgraded to the most recent git and I get the following error > >> ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) > >> >

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread Adam Dinwoodie via Cygwin
On Sun, 26 May 2024 at 23:45, David Dyck via Cygwin wrote: > > After updating I still get the same error. > > $ git clone -v https://github.com/lxml/lxml.git > Cloning into 'lxml'... > POST git-upload-pack (175 bytes) > POST git-upload-pack (gzip 8652 to 4282 bytes

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread Brian Inglis via Cygwin
On 2024-05-26 16:44, David Dyck via Cygwin wrote: After updating I still get the same error. $ git clone -v https://github.com/lxml/lxml.git Cloning into 'lxml'... POST git-upload-pack (175 bytes) POST git-upload-pack (gzip 8652 to 4282 bytes) remote: Enumerating objects: 33941, do

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-27 Thread Csaba Ráduly via Cygwin
On 26/05/2024 14:03, Adam Dinwoodie via Cygwin wrote: On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote: I upgraded to the most recent git and I get the following error ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) $ git clone -v https://github.com/lxml/lxml.git Cloning into '

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-26 Thread Brian Inglis via Cygwin
On 2024-05-26 06:03, Adam Dinwoodie via Cygwin wrote: On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote: I upgraded to the most recent git and I get the following error ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) $ git clone -v https://github.com/lxml/lxml.git Cloning into '

Re: new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-26 Thread Adam Dinwoodie via Cygwin
On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote: > > I upgraded to the most recent git and I get the following error > ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) > > $ git clone -v https://github.com/lxml/lxml.git > Cloning into 'lxml'... > POST git

new git update fails with fatal: fetch-pack: invalid index-pack output

2024-05-25 Thread David Dyck via Cygwin
I upgraded to the most recent git and I get the following error ( stable2.45.1-1x86_648597 KiB2024-05-25 18:58 ) $ git clone -v https://github.com/lxml/lxml.git Cloning into 'lxml'... POST git-upload-pack (175 bytes) POST git-upload-pack (gzip 8652 to 4281 bytes) remote: Enumerati

Re: git 2.39.0 change from relative to absolute submodule paths

2023-11-06 Thread Andrey Repin via Cygwin
Greetings, Fuchs, Thorsten! > After submodule update with git 2.39.0 some of our sub modules got their > worktree settings in the .git/modules//config fil set as absolute > paths. See the attached config files as example. It seems that if the path > is changed from relative. Not al

Re: Most git executables are hard links to git.exe?

2023-11-06 Thread Andrey Repin via Cygwin
Greetings, Jim Garrison via Cygwin! > On 07/21/23 14:52, Brian Inglis wrote: >> On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: >>> Git comes with over 100 executables, mostly in /usr/libexec/git-core, >>> that all appear to be *hard* links to /bin/git, in both

Re: Most git executables are hard links to git.exe?

2023-07-29 Thread L A Walsh via Cygwin
On 2023/07/22 10:35, Jim Garrison via Cygwin wrote: On 07/22/23 10:33, Adam Dinwoodie wrote: On Fri, 21 Jul 2023 at 22:54, Jim Garrison via Cygwin wrote: On 07/21/23 14:52, Brian Inglis wrote: On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100

Re: Most git executables are hard links to git.exe?

2023-07-22 Thread Jim Garrison via Cygwin
On 07/22/23 10:33, Adam Dinwoodie wrote: On Fri, 21 Jul 2023 at 22:54, Jim Garrison via Cygwin wrote: On 07/21/23 14:52, Brian Inglis wrote: On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard

Re: Most git executables are hard links to git.exe?

2023-07-22 Thread Adam Dinwoodie via Cygwin
On Fri, 21 Jul 2023 at 22:54, Jim Garrison via Cygwin wrote: > > On 07/21/23 14:52, Brian Inglis wrote: > > On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: > >> Git comes with over 100 executables, mostly in /usr/libexec/git-core, > >> that all appear to be *ha

Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Larry via Cygwin
On 7/21/23 17:54, Jim Garrison via Cygwin wrote: On 07/21/23 14:52, Brian Inglis wrote: On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The

Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Jim Garrison via Cygwin
On 07/21/23 14:52, Brian Inglis wrote: On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard l

Re: Most git executables are hard links to git.exe?

2023-07-21 Thread Brian Inglis via Cygwin
On 2023-07-21 14:59, Jim Garrison via Cygwin wrote: Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard linked:     C:\Users\jim>fsutil hardl

Most git executables are hard links to git.exe?

2023-07-21 Thread Jim Garrison via Cygwin
Git comes with over 100 executables, mostly in /usr/libexec/git-core, that all appear to be *hard* links to /bin/git, in both Cygwin and Windows. The Windows fsutil command shows they're all hard linked: C:\Users\jim>fsutil hardlink list "c:\cygwin64\bin\git.exe" \cy

git-citool, git-gui fail trying to use Windows paths

2023-06-23 Thread Brian Inglis via Cygwin
Both Cygwin git-citool and git-gui scripts convert Cygwin paths into absolute Windows paths using cygpath and fail trying to use those Windows paths. Please change their views of which paths are appropriate so these scripts work normally under Cygwin. -- Take care. Thanks, Brian Inglis

Re: git submodule + gettext / envsubst

2023-06-23 Thread Brian Inglis via Cygwin
On 2023-06-23 06:35, Jon Turney via Cygwin wrote: On 23/06/2023 11:11, Adam Dinwoodie via Cygwin wrote: On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own

Re: git submodule + gettext / envsubst

2023-06-23 Thread Jon Turney via Cygwin
On 23/06/2023 11:11, Adam Dinwoodie via Cygwin wrote: On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But when I have MSYS binary paths in my enviro

Re: git submodule + gettext / envsubst

2023-06-23 Thread Adam Dinwoodie via Cygwin
On Fri, 23 Jun 2023 at 08:59, Andreas Heckel via Cygwin wrote: > > Hi, > > I recently faced some error messages when using git submodules. I found, that > Cygwin's git works nicely on its own. But when I have MSYS binary paths in my > environment, Cygwin's git finds t

git submodule + gettext / envsubst

2023-06-23 Thread Andreas Heckel via Cygwin
Hi, I recently faced some error messages when using git submodules. I found, that Cygwin's git works nicely on its own. But when I have MSYS binary paths in my environment, Cygwin's git finds the msys gettext and envsubst binary and tries to use it, resulting in error messages (see

Re: git 2.39.0 change from relative to absolute submodule paths

2023-05-20 Thread Adam Dinwoodie via Cygwin
On Wed, May 17, 2023 at 06:26:38AM +, Fuchs, Thorsten via Cygwin wrote: > Hello, > > After submodule update with git 2.39.0 some of our sub modules got > their worktree settings in the .git/modules//config fil set > as absolute paths. See the attached config files as example.

git-send-email --confirm=always error after perl upgrade

2023-05-09 Thread Brian Inglis via Cygwin
folks, Just updated everything including perl and now git send-email fails with error without prompting or requesting input for sendemail.confirm = always - address headers have been sanitized and perl indents have been reduced: $ git send-email --to=patches 0001-fhandler-proc.cc

Re: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Takashi Yano via Cygwin
On Tue, 10 Jan 2023 22:24:39 +0100 Francesco Pretto wrote: > On Tue, 10 Jan 2023 at 18:03, Takashi Yano wrote: > > What does "uname -a" in Git for Windows say? > > > > MINGW64_NT-10.0-19045 LAPTOPBBK2 3.3.6-341.x86_64 2022-09-05 20:28 UTC > x86_64 Msys Than

Re: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Francesco Pretto via Cygwin
On Tue, 10 Jan 2023 at 18:03, Takashi Yano wrote: > What does "uname -a" in Git for Windows say? > MINGW64_NT-10.0-19045 LAPTOPBBK2 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys -- Problem reports: https://cygwin.com/problems.html FAQ: https:

Re: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Adam Dinwoodie via Cygwin
On Tue, Jan 10, 2023 at 04:50:26PM +0100, Francesco Pretto via Cygwin wrote: > Hello, > > I want to report a bug in mintty that is mostly suffered by "Git for > Windows" users, which in version 2.39.0.2 they are using mintty 3.6.1. > The bug has been reported in this

Re: Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Takashi Yano via Cygwin
On Tue, 10 Jan 2023 16:50:26 +0100 Francesco Pretto wrote: > I want to report a bug in mintty that is mostly suffered by "Git for > Windows" users, which in version 2.39.0.2 they are using mintty 3.6.1. > The bug has been reported in this "Git for Windows" issue[1

Maximizing windows during "git log" locks mintty both in "Git for Windows" and cygwin 3.4.3

2023-01-10 Thread Francesco Pretto via Cygwin
Hello, I want to report a bug in mintty that is mostly suffered by "Git for Windows" users, which in version 2.39.0.2 they are using mintty 3.6.1. The bug has been reported in this "Git for Windows" issue[1]. Basically maximizing the mintty window during a "git log"

Re: Resizing window while showing git log locks up Command Line

2022-12-22 Thread Takashi Yano via Cygwin
On Thu, 22 Dec 2022 18:17:28 +0900 Takashi Yano wrote: > On Wed, 21 Dec 2022 21:30:35 + > Adam Dinwoodie wrote: > > On Wed, 21 Dec 2022 at 16:08, Gregory Mason via Cygwin wrote: > > > > > > Hello Cygwin volunteers, > > > > > > I was asked to forw

Re: Resizing window while showing git log locks up Command Line

2022-12-22 Thread Takashi Yano via Cygwin
On Wed, 21 Dec 2022 21:30:35 + Adam Dinwoodie wrote: > On Wed, 21 Dec 2022 at 16:08, Gregory Mason via Cygwin wrote: > > > > Hello Cygwin volunteers, > > > > I was asked to forward this bug report from the git-for-windows bug report: > > https://github.co

Re: Resizing window while showing git log locks up Command Line

2022-12-21 Thread Adam Dinwoodie via Cygwin
On Wed, 21 Dec 2022 at 16:08, Gregory Mason via Cygwin wrote: > > Hello Cygwin volunteers, > > I was asked to forward this bug report from the git-for-windows bug report: > https://github.com/git-for-windows/git/issues/4060 > Original bug report from garretwilson > > >

Resizing window while showing git log locks up Command Line

2022-12-21 Thread Gregory Mason via Cygwin
Hello Cygwin volunteers, I was asked to forward this bug report from the git-for-windows bug report: https://github.com/git-for-windows/git/issues/4060 Original bug report from garretwilson > Find a Git repository with a long commit history. > Enter `git log` > Git will show the lo

[ANNOUNCEMENT] Updated: Git v2.39.0

2022-12-13 Thread Adam Dinwoodie via Cygwin
Version 2.39.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

[ANNOUNCEMENT] Updated: Git v2.38.2

2022-12-12 Thread Adam Dinwoodie via Cygwin
Version 2.38.2-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: Git not fetching https repository: cannot open shared object file (probably cyggsasl-18.dll ?)

2022-10-31 Thread Arrigo Marchiori via Cygwin
Hello Adam, All, On Mon, Oct 31, 2022 at 11:44:52AM +, Adam Dinwoodie wrote: > On Mon, Oct 31, 2022 at 12:25:29PM +0100, Arrigo Marchiori via Cygwin wrote: > > Dear All, > > > > on my Cygwin installation, updated today, I cannot run `git fetch' > > on a https

Re: Git not fetching https repository: cannot open shared object file (probably cyggsasl-18.dll ?)

2022-10-31 Thread Adam Dinwoodie
On Mon, Oct 31, 2022 at 12:25:29PM +0100, Arrigo Marchiori via Cygwin wrote: > Dear All, > > on my Cygwin installation, updated today, I cannot run `git fetch' > on a https repository. > > Transcript: > > 8<8<8<8<----8

Git not fetching https repository: cannot open shared object file (probably cyggsasl-18.dll ?)

2022-10-31 Thread Arrigo Marchiori via Cygwin
Dear All, on my Cygwin installation, updated today, I cannot run `git fetch' on a https repository. Transcript: 8<8<8<8<8<8<----8<- $ git fetch C:/cygwin64/usr/libexec/git-core/git-remote-https.exe: error while

[ANNOUNCEMENT] git-filter-repo 2.38.0-1

2022-10-19 Thread Adam Dinwoodie
[Resending as I've spotted something went very wrong with my MUA when I previously tried to send this announcement, meaning some people may not have received it. This should have been sent on 11 October 2022.] The following packages have been uploaded to the Cygwin distribution: * git-f

[ANNOUNCEMENT] Security update: Git v2.38.1

2022-10-19 Thread Adam Dinwoodie
Version 2.38.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

[ANNOUNCEMENT] Updated: Git v2.38.0

2022-10-04 Thread Adam Dinwoodie
Version 2.38.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

[ANNOUNCEMENT] Updated: Git v2.37.3

2022-09-02 Thread Adam Dinwoodie
Version 2.37.3-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

single key stroke `git add -p` bug

2022-08-25 Thread trashyankes
Confirmed. I'm not sure what's going wrong here: as I understand it, this function depends on the Term::ReadKey Perl module, provided by the Cygwin perl-TermReadKey package, but that package is correctly listed as both a buildtime and runtime dependency for the git package. I'll

Re: single key stroke `git add -p` bug

2022-08-25 Thread Adam Dinwoodie
On Thu, Aug 25, 2022 at 01:17:28AM +0200, trashyankes wrote: > Hello I update recently all cygwin packages and after that `git add > -p` stop working correctly. (previous update I did around 2 month > ago) I use mintty on Windows 10 x64, and have set `git config &

single key stroke `git add -p` bug

2022-08-24 Thread trashyankes
Hello I update recently all cygwin packages and after that `git add -p` stop working correctly. (previous update I did around 2 month ago) I use mintty on  Windows 10 x64, and have set `git config --global interactive.singlekey true` when I run this command whole terminal freeze and show

[ANNOUNCEMENT] Updated: Git v2.37.2

2022-08-12 Thread Adam Dinwoodie
Version 2.37.2-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: cygwin on git master fails to start.

2022-07-28 Thread Takashi Yano
On Thu, 28 Jul 2022 16:46:19 +0200 Corinna Vinschen wrote: > On Jul 28 23:21, Takashi Yano wrote: > > Hi Corinna, > > > > After the following commit, cygwin fails to start in my > > environment. > > > > commit e46f15c2d168abea34b4d880b4eba38d750c7066 > > Author: Corinna Vinschen > > Date: Thu

Re: cygwin on git master fails to start.

2022-07-28 Thread Corinna Vinschen
On Jul 28 23:21, Takashi Yano wrote: > Hi Corinna, > > After the following commit, cygwin fails to start in my > environment. > > commit e46f15c2d168abea34b4d880b4eba38d750c7066 > Author: Corinna Vinschen > Date: Thu Jul 14 20:06:09 2022 +0200 > > Cygwin: hookapi: drop handling i386 targe

cygwin on git master fails to start.

2022-07-28 Thread Takashi Yano
Hi Corinna, After the following commit, cygwin fails to start in my environment. commit e46f15c2d168abea34b4d880b4eba38d750c7066 Author: Corinna Vinschen Date: Thu Jul 14 20:06:09 2022 +0200 Cygwin: hookapi: drop handling i386 targets Signed-off-by: Corinna Vinschen diff --git

Re: Outdated git-review package

2022-07-23 Thread Adam Dinwoodie
On Wed, 20 Jul 2022 at 19:37, Marco Atzeri wrote: > On 20.07.2022 10:07, Adam Dinwoodie wrote: > > On Wed, Jul 13, 2022 at 08:44:22AM +, Oledzki, Maciej (Nokia - > > PL/Wroclaw) wrote: > >> Hi, > >> > >> Latest git-review package avail

[ANNOUNCEMENT] Updated: git-review-2.3.1-1

2022-07-23 Thread Marco Atzeri via Cygwin-announce
Version 2.3.1-1 of git-review is available in the Cygwin distribution. CHANGES latest upstream release DESCRIPTION tool that helps submitting git branches to Gerrit for review. HOMEPAGE https://docs.opendev.org/opendev/git-review/latest/ Regards Marco Atzeri If you have questions or

Re: Outdated git-review package

2022-07-20 Thread Marco Atzeri
On 20.07.2022 10:07, Adam Dinwoodie wrote: On Wed, Jul 13, 2022 at 08:44:22AM +, Oledzki, Maciej (Nokia - PL/Wroclaw) wrote: Hi, Latest git-review package available in Cygwin repository (2.1.0-1) is not compatible with latest git package (2.37.0-1). Following error appears in during

Re: Outdated git-review package

2022-07-20 Thread Adam Dinwoodie
On Wed, Jul 13, 2022 at 08:44:22AM +, Oledzki, Maciej (Nokia - PL/Wroclaw) wrote: > Hi, > > Latest git-review package available in Cygwin repository (2.1.0-1) is not > compatible with latest git package (2.37.0-1). > Following error appears in during gerrit review: > &g

[ANNOUNCEMENT] Security update: Git v2.37.1

2022-07-13 Thread Adam Dinwoodie
Version 2.37.1-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Outdated git-review package

2022-07-13 Thread Oledzki, Maciej (Nokia - PL/Wroclaw)
Hi, Latest git-review package available in Cygwin repository (2.1.0-1) is not compatible with latest git package (2.37.0-1). Following error appears in during gerrit review: Errors running git rebase -p -i remotes/gerrit/master fatal: --preserve-merges was replaced by --rebase-merges This

[ANNOUNCEMENT] Updated: Git v2.37.0

2022-07-09 Thread Adam Dinwoodie
Version 2.37.0-1 of Git has been uploaded to the Cygwin distribution servers, and should be coming soon to a mirror near you. Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This is an

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-05 Thread Orgad Shaneh
ata/Local/Programs/Microsoft VS > > Code/resources/app/extensions/ms-vscode.js-debug/src/bootloader.bundle.js" > > --inspect-publish-uid=http' > > 'VSCODE_INSPECTOR_OPTIONS={"inspectoIpc":".\\pipe\\node-cdp.9412-8.sock","rdeferredMode&quo

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-04 Thread Takashi Yano
ot;:".\\pipe\\node-cdp.9412-8.sock","rdeferredMode":false,"waitForDebugger":"","execPath":"C:\\Program > Files\\nodejs\\node.exe","onlyEntrypoint":false,"autoAttachMode":"always","fileCallbac

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-03 Thread Orgad Shaneh
Sure, Install VS Code and Node.JS. Clone this repository: https://github.com/orgads/cygtest Open the directory in VS Code and run (F5). Wait for it to finish, then run again. I've noticed that even the first execution has some mistyped characters (moved from ** to ##): waitForDeb**u**gge**r**

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-03 Thread Takashi Yano
On Sun, 3 Jul 2022 16:02:46 +0300 Orgad Shaneh wrote: > On Sun, Jul 3, 2022 at 2:18 AM Takashi Yano wrote: > > > > On Sat, 2 Jul 2022 08:34:06 +0900 > > Takashi Yano wrote: > > > Thanks. I could reproduce the issue. I will submit a patch > > > for this issue shortly. > > > > Does the patch I pushd

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-03 Thread Orgad Shaneh
On Sun, Jul 3, 2022 at 2:18 AM Takashi Yano wrote: > > On Sat, 2 Jul 2022 08:34:06 +0900 > Takashi Yano wrote: > > Thanks. I could reproduce the issue. I will submit a patch > > for this issue shortly. > > Does the patch I pushd to cygwin-3_3-branch solve the > VS Code issue? Hi Takashi, Thank

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-02 Thread Takashi Yano
On Sat, 2 Jul 2022 08:34:06 +0900 Takashi Yano wrote: > Thanks. I could reproduce the issue. I will submit a patch > for this issue shortly. Does the patch I pushd to cygwin-3_3-branch solve the VS Code issue? -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-01 Thread Takashi Yano
On Fri, 1 Jul 2022 01:02:43 +0300 Orgad Shaneh wrote: > I might have found a way to reproduce on Cygwin (3.3.5). I can > reproduce this on both Windows Terminal and the native console (Just > running Cygwin.bat). > > Open Cygwin terminal. Paste the following text (can either be with > Shift-Ins i

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-07-01 Thread Johannes Schindelin
Adam Dinwoodie > > > > > > wrote: > > > > > > > > > > > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > > > > > > Hi, > > > > > > > > > > > > > &

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-06-30 Thread Orgad Shaneh
ote: > > > > On Fri, May 27, 2022 at 11:06 AM Orgad Shaneh wrote: > > > > > > > > > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie > > > > > wrote: > > > > > > > > > > > > On Fri, May 27, 2022 at 10:1

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-06-30 Thread Orgad Shaneh
> > > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie > > > > wrote: > > > > > > > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > > > > Hi, > > > > > > > > > > > > I

[ANNOUNCEMENT] New package: git-filter-repo v2.34.0-1

2022-06-26 Thread Adam Dinwoodie
git-filter-repo v2.34.0-1 has been uploaded, and should be coming soon to a mirror near you. >From the upstream project description: > git filter-repo is a versatile tool for rewriting history, which > includes capabilities I have not found anywhere else. It roughly falls > into th

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-28 Thread Orgad Shaneh
; > > > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > > > Hi, > > > > > > > > > > I'm using Git Bash as the default terminal in VS Code. Using Git for > > > > > Windows 2.36.1 with the late

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Takashi Yano
On Fri, 27 May 2022 15:22:23 +0300 Orgad Shaneh wrote: > On Fri, May 27, 2022 at 11:06 AM Orgad Shaneh wrote: > > > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie wrote: > > > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > &

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Orgad Shaneh
On Fri, May 27, 2022 at 11:06 AM Orgad Shaneh wrote: > > On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie wrote: > > > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > > Hi, > > > > > > I'm using Git Bash as the default termi

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Orgad Shaneh
On Fri, May 27, 2022 at 10:59 AM Adam Dinwoodie wrote: > > On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > > Hi, > > > > I'm using Git Bash as the default terminal in VS Code. Using Git for > > Windows 2.36.1 with the latest runtime, based on

Re: VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Adam Dinwoodie
On Fri, May 27, 2022 at 10:15:18AM +0300, Orgad Shaneh wrote: > Hi, > > I'm using Git Bash as the default terminal in VS Code. Using Git for > Windows 2.36.1 with the latest runtime, based on cygwin 3.5.0. Hi Orgad, Git for Windows and Git Bash are based in part on Cy

VS Code is missing a few characters when running launch task in Git Bash

2022-05-27 Thread Orgad Shaneh
Hi, I'm using Git Bash as the default terminal in VS Code. Using Git for Windows 2.36.1 with the latest runtime, based on cygwin 3.5.0. I have a launch configuration that executes a Node.JS application in the integrated terminal. When I launch it for the first time, it spawns a new termina

Re: ps | cat broken in newlib-cygwin git head (master)

2022-05-17 Thread Corinna Vinschen
Hi Takashi, please send this to the newlib ML, ideally as a reply to the patch or patchset, CCing Matt and Sebastian. Thanks, Corinna On May 17 12:17, Takashi Yano wrote: > On Tue, 17 May 2022 04:37:12 +0900 > Takashi Yano wrote: > > I found that "ps | cat" outputs nothin

Re: ps | cat broken in newlib-cygwin git head (master)

2022-05-16 Thread Takashi Yano
On Tue, 17 May 2022 04:37:12 +0900 Takashi Yano wrote: > I found that "ps | cat" outputs nothing with the current git head (master) > of newlib-cygwin. However, just "ps" and "ls | cat" works. > > This happens after the commit: > > commit 26747c4

  1   2   3   4   5   6   7   8   9   10   >