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: |wait_sig()| and |_sigfe()| are involved, maybe

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 all submodules are

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

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 environment, Cy

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 the msys gettext and envsubst

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. It seems > that i

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 repository. > > > > Transcript:

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<8<8<- > > $ git fetc

Re: git/cygwin-packages package repo http URLs incorrect and fail

2022-01-31 Thread Brian Inglis
On 2022-01-31 05:18, Jon Turney wrote: On 31/01/2022 07:55, Brian Inglis wrote: In the URLs shown for git/cygwin-packages repo access: URL    git://cygwin.com/git/cygwin-packages/PKG.git  http://cygwin.com/git/cygwin-packages/PKG.git  ssh://cygwin@cygwin.com/git/cygwin-packages/PKG.git

Re: git/cygwin-packages package repo http URLs incorrect and fail

2022-01-31 Thread Jon Turney
On 31/01/2022 07:55, Brian Inglis wrote: In the URLs shown for git/cygwin-packages repo access: URL    git://cygwin.com/git/cygwin-packages/PKG.git http://cygwin.com/git/cygwin-packages/PKG.git ssh://cygwin@cygwin.com/git/cygwin-packages/PKG.git the web URL fails and should be:

Re: git/cygwin-packages package repo http URLs incorrect and fail

2022-01-31 Thread Corinna Vinschen
On Jan 31 00:55, Brian Inglis wrote: > In the URLs shown for git/cygwin-packages repo access: > > URL git://cygwin.com/git/cygwin-packages/PKG.git > http://cygwin.com/git/cygwin-packages/PKG.git > ssh://cygwin@cygwin.com/git/cygwin-packages/PKG.git > > the web URL fails and should b

Re: git and filemodes

2021-12-27 Thread Jim Garrison via Cygwin
On 12/27/2021 3:13 PM, Adam Dinwoodie wrote: [snip] This is normal Git behaviour: it doesn't record detailed file permissions, only presence or absence of an executable bit. It only ever shows file permissions as 644 (meaning "not executable") or 755 (meaning "executable"). Specifically, the co

RE: [cygwin] Re: git clone https failed on 2.31.1-2, works on 2.31.1-1

2021-06-09 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, June 9, 2021 1:50 PM > To: 'Marco Atzeri' (oops - got hit by a reply bug) > Subject: RE: [cygwin] Re: git clone https failed on 2.31.1-2, works on > 2.31.1-1 > > > -Original Message

Re: git clone https failed on 2.31.1-2, works on 2.31.1-1

2021-06-09 Thread Marco Atzeri via Cygwin
On 09.06.2021 19:22, Jason Pyeron wrote: Just did a fresh cygwin install base + git+nano+wget Clone is not happy. Is this an issue of: ooks like not having (lib)curl-devel installed when you compile git ( https://stackoverflow.com/a/13018777/58794 ) USERNAME@HOSTNAME1 /projects $ git clone h

Re: Git test failures if and only if Git worktree is outside /home

2020-12-19 Thread Achim Gratz
Adam Dinwoodie writes: > As part of testing the latest Git release candidate, I've spotted some > behaviour I don't know where to begin explaining: one of the test > scripts fails if my Git worktree is at, say, /cygdrive/c/git, but not > if it's at /home/Adam/git. I've already answered to your pos

Re: Git shows nothing in cmd.exe

2020-11-11 Thread Andrey Repin
Greetings, KAVALAGIOS Panagiotis (EEAS-EXT)! > PATH is indeed yet another headache. We are trying to prepend or append > entries to set correctly the behaviour by overriding other applications to > no avail. Issues can still be faced. This is why I do @ECHO OFF SET OLDPATH=%[PATH] SET _CBIN=%@R

RE: Git shows nothing in cmd.exe

2020-11-11 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> -Original Message- > From: Cygwin On Behalf Of Brian Inglis > Sent: 10 November 2020 17:13 > Subject: Re: Git shows nothing in cmd.exe > > Gnuwin32 *latest* package updates seem to be 10 years ago, some nearly > 20. > Suggest deleting those and using curren

Re: Git shows nothing in cmd.exe

2020-11-10 Thread Brian Inglis
On 2020-11-10 06:35, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: >> From: Cygwin On Behalf Of Adam >> Dinwoodie >> Sent: 10 November 2020 13:57 >> Subject: Re: Git shows nothing in cmd.exe >> >> Thoughts below partly for my own reference, and partly in case anyone

RE: Git shows nothing in cmd.exe

2020-11-10 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> From: Cygwin On Behalf Of Adam > Dinwoodie > Sent: 10 November 2020 13:57 > Subject: Re: Git shows nothing in cmd.exe > > Thoughts below partly for my own reference, and partly in case anyone else > – including but not limited to Panos! – manages to take things further

Re: Git shows nothing in cmd.exe

2020-11-10 Thread Adam Dinwoodie
On Tue, 10 Nov 2020 at 12:19, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > > > -Original Message- > > From: Cygwin On Behalf Of Adam > > Dinwoodie > > Sent: 10 November 2020 13:04 > > Subject: Re: Git shows nothing in cmd.exe > > > > On Tue, 10 N

Re: Git shows nothing in cmd.exe

2020-11-10 Thread Adam Dinwoodie
On Tue, 10 Nov 2020 at 10:35, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: > Hello, > > I would like to report an issue with git. The following command: > > $ git branch -a > * master > remotes/origin/master > > works fine under Cygwin terminal, but it displays nothing under cmd.exe. We > are using >

Re: git repositories for cygwin packaging - please test

2020-05-29 Thread Jon Turney
On 29/05/2020 15:40, Alexey Sokolov wrote: 04.08.2019 21:08, Jon Turney пишет: Please give this a test, if possible, and report any problems here. I've tried to push the playground branch to cygwin.com:/git/cygwin-packages/znc and the output was full of this: perl: warning: Setting locale fa

Re: git on mounted CIFS is it Git or Cygwin

2020-04-17 Thread Andrey Repin
Greetings, L A Walsh! > Here it is -- feel free to pass it along: > --- > lsacl > --- >> cat ~/bin/lsacl > #!/bin/bash > ## $Id: lsacl,v 1.5 2015-08-02 10:29:25-07 law Exp $ > # Version 2 -- try to work with getfacl on cygwin > # > shopt -s expand_aliases > alias int=declare\ -i sub=function

RE: git on mounted CIFS is it Git or Cygwin

2020-02-05 Thread Jason Pyeron
It was working again for a moment, I am perplexed as there were no Cygwin/git updates. There have been windows updates. BLODA? Windows Defender? -r--r--r-- 1 USER GROUP1106509 Feb 5 17:50 pack-4d7f674008f52b936c8195a6d484d5e4d1a08e3c.pack -r--r--r-- 1 USER GROUP 12 Feb 5 17:59 tm

RE: git on mounted CIFS is it Git or Cygwin

2020-01-29 Thread Jason Pyeron
I have added the ll and lsacl output. Note the lsacl died on the mounted folder, but was fine on /tmp/ > -Original Message- > From: Jason Pyeron > Sent: Tuesday, January 28, 2020 5:57 PM > To: 'cygwin@cygwin.com' > Subject: RE: git on mounted

Re: git on mounted CIFS is it Git or Cygwin

2020-01-29 Thread L A Walsh
On 2020/01/28 14:56, Jason Pyeron wrote: Two short details, ll is an alias commonly used on unix/linux/cygwin most often standing for "ls -l" in its simplest form. Mine does a few other things alias llg='ls -l' #long listing alias ll='llg -gG'# same with user+group turned o

RE: git on mounted CIFS is it Git or Cygwin

2020-01-28 Thread Jason Pyeron
> -Original Message- > From: L A Walsh > Sent: Monday, January 27, 2020 7:01 AM > Sorry for the delay in the follow up test, it took me some time to get back to the system. > On 2020/01/26 13:56, Jason Pyeron wrote: > > I have an issue with git in Cygwin on windows shares - this is rece

Re: git on mounted CIFS is it Git or Cygwin

2020-01-27 Thread L A Walsh
On 2020/01/26 13:56, Jason Pyeron wrote: I have an issue with git in Cygwin on windows shares - this is recent (worked months ago). Just to be clear, you are running 'git' on Cygwin and not on linux or some other OS? There is a 'git' that runs on window natively. Have you thought about

Re: Git unable to construct submodule's relative path

2019-06-28 Thread Adam Dinwoodie
On Wed, 26 Jun 2019 at 18:05, Andrey Repin wrote: > Checking out the https://gitlab.com/norganna-wow/all I've noticed a problem in > updating submodules after first init. > Inspecting the Git config area, I stumbled upon paths like > > worktree = > ../../../../../../../../../anrdaemon/Documents/Ga

Re: "git pull" freezes

2019-03-19 Thread David Rothenberger
Ewa Śliwińska wrote: > I just noticed *git pull *command on my Cygwin won't work - I just wait > infdefinitely. > Pulling works fine from IntelliJ. "git pull" is working fine for me. I think we'll need more information to troubleshoot. For example, what transport (git, ssh, https) are you using t

Re: git-email missing module

2018-08-04 Thread john doe
Hi Adam, On 8/4/2018 7:49 PM, Adam Dinwoodie wrote: On Sat, 4 Aug 2018 at 15:11, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Add

Re: git-email missing module

2018-08-04 Thread Ken Brown
On 8/4/2018 11:55 AM, Ken Brown wrote: On 8/4/2018 10:11 AM, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is not

Re: git-email missing module

2018-08-04 Thread Achim Gratz
john doe writes: > I had to install "Mail::Address" manually using cpan. You shouldn't do that. The module in question is packaged with perl-MailTools (camelcased), so this needs to be added to the dependencies for Git. Adam, the perl modules that come with Git need to be properly provided as pe

Re: git-email missing module

2018-08-04 Thread Adam Dinwoodie
On Sat, 4 Aug 2018 at 15:11, john doe wrote: > Hi, > > On a fresh install of Cygwin_x86_64, I have installed "git,git-email" > packages and I'm getting the following: > > $ git send-email master --confirm=always --to=x...@example.com > BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_F

Re: git-email missing module

2018-08-04 Thread Ken Brown
On 8/4/2018 10:11 AM, john doe wrote: Hi, On a fresh install of Cygwin_x86_64, I have installed "git,git-email" packages and I'm getting the following: $ git send-email master --confirm=always --to=x...@example.com BUG: The 'Mail::Address' module is not here, but NO_PERL_CPAN_FALLBACKS was se

Re: git checkout altering mode of file [WAS: umask not working?]

2018-03-21 Thread cyg Simple
On 3/21/2018 6:27 AM, David Allsopp wrote: > > "umask is not a good idea in Windows" - where's that come from? (In the > actual scenario where I'm being bitten by this, it's because a git checkout > is altering files which were 644 to be 664, so whether it's precisely umask > or not, the *chang

Re: Git status delay

2017-12-12 Thread cyg Simple
On 12/11/2017 5:04 PM, Richard H Lee wrote: > > So if you lstat("//HEAD") and you are on a network that does DNS > hijacking, Cygwin will attempt to connect to the ISP's server via SMB. > As the ISP's server is a publicly facing IP address, it probably just > black holes any incoming connection re

Re: Git status delay

2017-12-11 Thread Richard H Lee
On 21/11/2017 10:27, Adam Dinwoodie wrote: (I believe this is a bug in Git, on the grounds that (a) Git in general supports POSIX systems and giving special meaning to paths starting with `\\` is allowed, if unusual, POSIX behaviour, and (b) Git specifically supports Cygwin, and this is very well

Re: Git status delay

2017-12-11 Thread Adam Dinwoodie
On Monday 11 December 2017 at 02:37 pm +0100, Dawid Ferenczy wrote: >You can see that it hanged for about 30 seconds trying to open the > file >"\\HEAD\PIPE\wkssvc" which obviously failed with the BAD NETWORK PATH > error. >On my system, it always hangs for the same amount ti

Re: Git status delay

2017-12-11 Thread Dawid Ferenczy
Original message "Re: Git status delay" from "Adam Dinwoodie (a...@dinwoodie.org)" sent 21. listopadu 2017, 11:27:28, msgid:20171121102728.gm20...@dinwoodie.org (3557 bytes): > Your analysis is spot-on: Git is trying to find the directory that > contains all th

Re: Git status delay

2017-12-05 Thread Dawid Ferenczy
Original message "Re: Git status delay" from "Adam Dinwoodie (a...@dinwoodie.org)" sent 21. listopadu 2017, 11:27:28, msgid:20171121102728.gm20...@dinwoodie.org (3557 bytes): > Your analysis is spot-on: Git is trying to find the directory that > contains all th

Re: Git status delay

2017-11-21 Thread Adam Dinwoodie
On Saturday 18 November 2017 at 09:13 pm +, Richard H Lee wrote: > I have an issue with git where it hangs for 10 to 20 seconds on several > commands, including "git status". For me this is reproducible on a fresh > install of Cygwin x64 in Windows 7. > > I get the feeling I am doing something

Re: Git status delay

2017-11-20 Thread Andrey Repin
Greetings, Richard H Lee! > I have an issue with git where it hangs for 10 to 20 seconds on several > commands, including "git status". For me this is reproducible on a fresh > install of Cygwin x64 in Windows 7. > I get the feeling I am doing something wrong on my end as "git status" > is a v

Re: Git status delay

2017-11-20 Thread cyg Simple
On 11/20/2017 5:03 AM, Richard H Lee wrote: > Can also confirm this on Windows 10. > I don't see an issue. Maybe your environment or some BLODA app. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: Git status delay

2017-11-20 Thread Richard H Lee
Can also confirm this on Windows 10. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-10-30 Thread Jonathan Chan
Hopefully I'm not breaking etiquette, but an update may be useful for others. It looks like this issue is no longer an issue in git-2.14.3-1, though it may be fixed in earlier releases. The relevant patch is probably https://github.com/git/git/commit/496f256 merged into master for 2.13.4. The ear

Re: git can not access remote repository anymore after cygwin+git update

2017-10-19 Thread Ronald Fischer
On Thu, Oct 19, 2017, at 14:28, Marco Atzeri wrote: > On 19/10/2017 13:38, Ronald Fischer wrote: > > I'm using 64 Bit Cygwin on Windows 7. After upgrading Git to version > > 2.14.2 (I think I had 2.13 or 2.12 before), git can not access our > > repository anymore. Commands such as "git pull" or "gi

Re: git can not access remote repository anymore after cygwin+git update

2017-10-19 Thread Marco Atzeri
On 19/10/2017 13:38, Ronald Fischer wrote: I'm using 64 Bit Cygwin on Windows 7. After upgrading Git to version 2.14.2 (I think I had 2.13 or 2.12 before), git can not access our repository anymore. Commands such as "git pull" or "git push" result into the error fatal: Could not read from remot

Re: git-2.14.2-1 is missing files

2017-10-02 Thread Steven Penny
On Mon, 2 Oct 2017 10:38:28, Adam Dinwoodie wrote: I've just uploaded git-2.14.2-2 which includes these missing files. Please upgrade and let me know if you see any subsequent problems. confirmed fixed -- Problem reports: http://cygwin.com/problems.html FAQ: http://cyg

Re: git 2.14.2-1 is faulty

2017-10-02 Thread Adam Dinwoodie
On Sat, Sep 30, 2017 at 05:31:46PM +0800, Andy Li wrote: > Hi, > > I've just noticed that the git package 2.14.2-1 is buggy: > > $ git clone https://github.com/andyli/HaxeCI.git > Cloning into 'HaxeCI'... > fatal: Unable to find remote helper for 'https' > > According to > https://stackoverflow.

Re: git-2.14.2-1 is missing files

2017-10-02 Thread Adam Dinwoodie
On Mon, Oct 02, 2017 at 10:05:28AM +0100, Adam Dinwoodie wrote: > On Sat, Sep 30, 2017 at 12:53:46PM +, Ian Rogers wrote: > > Hi, > > > > git-2.14.2-1 is missing connectors for http, https. > > > > Git-2.14.1-1 contains the following: > > > > usr/libexec/git-core/git-remote-ftp.exe > > usr/l

Re: git-2.14.2-1 is missing files

2017-10-02 Thread Adam Dinwoodie
On Sat, Sep 30, 2017 at 12:53:46PM +, Ian Rogers wrote: > Hi, > > git-2.14.2-1 is missing connectors for http, https. > > Git-2.14.1-1 contains the following: > > usr/libexec/git-core/git-remote-ftp.exe > usr/libexec/git-core/git-remote-http.exe > > usr/libexec/git-core/git-remote-https.exe

Re: git-2.14.2-1 is missing files

2017-09-30 Thread cyg Simple
On 9/30/2017 9:48 AM, Marco Atzeri wrote: > On 30/09/2017 15:39, Steven Penny wrote: >> On Sat, 30 Sep 2017 12:53:46, Ian Rogers wrote: >>> git-2.14.2-1 is missing connectors for http, https. >>> >>> >>> Git-2.14.1-1 contains the following: >>> >>> usr/libexec/git-core/git-remote-ftp.exe >>> usr/li

Re: git-2.14.2-1 is missing files

2017-09-30 Thread Marco Atzeri
On 30/09/2017 15:39, Steven Penny wrote: On Sat, 30 Sep 2017 12:53:46, Ian Rogers wrote: git-2.14.2-1 is missing connectors for http, https. Git-2.14.1-1 contains the following: usr/libexec/git-core/git-remote-ftp.exe usr/libexec/git-core/git-remote-http.exe usr/libexec/git-core/git-remote-

Re: git-2.14.2-1 is missing files

2017-09-30 Thread Steven Penny
On Sat, 30 Sep 2017 12:53:46, Ian Rogers wrote: git-2.14.2-1 is missing connectors for http, https. Git-2.14.1-1 contains the following: usr/libexec/git-core/git-remote-ftp.exe usr/libexec/git-core/git-remote-http.exe usr/libexec/git-core/git-remote-https.exe Why have these not been includ

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-07-03 Thread Adam Dinwoodie
On Thu, Jun 22, 2017 at 06:48:32PM -0700, Jonathan Chan wrote: > After updating to git-2.12.3-1, I have been unable to push to a remote > with a Windows network path URL: > $ git push origin > Counting objects: 3, done. > Delta compression using up to 4 threads. > Compressing object

Re: Git without SSH Server and cygrunsrv

2017-07-03 Thread Adam Dinwoodie
On Wed, Jun 14, 2017 at 12:35:13PM +0700, mlists wrote: > Thank you for the explanation Adam. > > Last question: How much more is the workload for maintaining a "splitted > package"? > > I understand I can contribute with patches but if it would increase the > workload for the maintainers, then I

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-06-23 Thread Jonathan Chan
Thanks for the quick response :) $ git remote -vv origin file:network/path/to/git-repository (fetch) origin file:network/path/to/git-repository (push) > Your URL is invalid. > Try file://network/path/to/git-repository $ git remote add testing file://network/path/to/git-r

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-06-23 Thread Andrey Repin
Greetings, Jonathan Chan! > After updating to git-2.12.3-1, I have been unable to push to a remote > with a Windows network path URL: > $ git push origin > Counting objects: 3, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (2/2), done. > Writing o

Re: Git without SSH Server and cygrunsrv

2017-06-13 Thread mli...@x76.eu
Thank you for the explanation Adam. Last question: How much more is the workload for maintaining a "splitted package"? I understand I can contribute with patches but if it would increase the workload for the maintainers, then I think there's no point in doing it. Regards On 2017-06-13 17:22, A

Re: Git without SSH Server and cygrunsrv

2017-06-13 Thread Adam Dinwoodie
On Tue, Jun 13, 2017 at 05:59:45AM +0200, Marco Atzeri wrote: > On 13/06/2017 02:13, mlists wrote: > >Hi, > >how can I install Git without binutils, cygrunsrv, python and OpenSSH > >server? > > > >I want to work with remote repositories using clone/pull/push, built > >would like to avoid having to

Re: Git without SSH Server and cygrunsrv

2017-06-12 Thread Marco Atzeri
On 13/06/2017 02:13, mli...@x76.eu wrote: Hi, how can I install Git without binutils, cygrunsrv, python and OpenSSH server? I want to work with remote repositories using clone/pull/push, built would like to avoid having to install a ton of other things that won't be used. cygrunsrv is part of

Re: git alias for "status" not working

2017-05-15 Thread David Dombrowsky
FYI: after the latest cygwin update to git v 2.12.3, this is no longer a problem. Setting an alias like "st = status -uno" works as expected. Many thanks to the maintainer. On Mon, May 15, 2017 at 8:54 AM, David Dombrowsky <6thstreetra...@gmail.com> wrote: > FYI: after the latest cygwin update t

Re: git alias for "status" not working

2017-03-27 Thread David Dombrowsky
On Mon, Mar 27, 2017 at 9:24 AM, cyg Simple wrote: >> st is also a prefix of "stash". Maybe it does not like aliases >> that are prefixes of other commands? Without the entry in the config file, `git st` results in the expected git: 'st' is not a git command. See 'git --help'. It's possible th

Re: git alias for "status" not working

2017-03-27 Thread cyg Simple
On 3/27/2017 8:23 AM, Eliot Moss wrote: > On 3/27/2017 8:17 AM, David Dombrowsky wrote: >> I'm not sure how to debug this one. I have a ~/.gitconfig that sets up >> an alias for "git status" using the simple rule: >> >> [alias] >> st = status >> >> Yet, something is failing when I run it from

Re: git alias for "status" not working

2017-03-27 Thread Eliot Moss
On 3/27/2017 8:17 AM, David Dombrowsky wrote: I'm not sure how to debug this one. I have a ~/.gitconfig that sets up an alias for "git status" using the simple rule: [alias] st = status Yet, something is failing when I run it from the command line: $ git st [nothing happens] $ git status

Re: git stash damaged?

2017-01-20 Thread Brian Inglis
On 2017-01-20 06:00, Olivier FAURAX wrote: > Thanks for the help! > Le 19/01/2017 à 18:24, Brian Inglis a écrit : >> If that's not it, post output of: >> $ ls -Adl .git > drwxr-xr-x+ 1 USER06 Aucun 0 19 janv. 16:38 .git/ >> $ uname -srvmo > CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cy

Re: Re: git stash damaged?

2017-01-20 Thread Olivier FAURAX
Thanks for the help! Le 19/01/2017 à 18:24, Brian Inglis a écrit : If that's not it, post output of: $ ls -Adl .git drwxr-xr-x+ 1 USER06 Aucun 0 19 janv. 16:38 .git/ $ uname -srvmo CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin $ git --version git version 2.8.3 $ file

Re: git stash damaged?

2017-01-19 Thread Brian Inglis
On 2017-01-19 07:47, Olivier FAURAX wrote: > When I use "git stash", I get a message saying it is there but not > executable. > $ git stash > fatal: 'stash' appears to be a git command, but we were not > able to execute it. Maybe git-stash is broken? > I tested with 2.8.3-1 and 2.8.2-1. > I checked

Re: GIT source build failure: wcwidth.c::_wcwidth misses __locale_cjk_lang()

2016-08-21 Thread Hans-Bernhard Bröker
[Now subscribed to newlib list to follow this there, too] Hi Corinna, hi everyone on both lists Am 21.08.2016 um 20:15 schrieb Corinna Vinschen: [CC newlib mailing list since it affects newlib in the first place] On Aug 21 14:28, Hans-Bernhard Bröker wrote: Am 21.08.2016 um 12:30 schrieb Co

Re: GIT source build failure: wcwidth.c::_wcwidth misses __locale_cjk_lang()

2016-08-21 Thread Corinna Vinschen
[CC newlib mailing list since it affects newlib in the first place] On Aug 21 14:28, Hans-Bernhard Bröker wrote: > Am 21.08.2016 um 12:30 schrieb Corinna Vinschen: > > > thanks for the report, but I can't reproduce this. I can build Cygwin > > fine natively as well as on Linux, with and without

Re: GIT source build failure: wcwidth.c::_wcwidth misses __locale_cjk_lang()

2016-08-21 Thread Hans-Bernhard Bröker
Am 21.08.2016 um 12:30 schrieb Corinna Vinschen: thanks for the report, but I can't reproduce this. I can build Cygwin fine natively as well as on Linux, with and without optimization. That's strange. On Re-examination, it builds here, too, even without the added include. I.e. effectively

Re: GIT source build failure: wcwidth.c::_wcwidth misses __locale_cjk_lang()

2016-08-21 Thread Corinna Vinschen
Hi Hans-Bernhard, On Aug 21 00:09, Hans-Bernhard Bröker wrote: > Hello everyone, > > FWIW, I can't get the current may git clone of Cygwin to build on the > current release version of itself: (64-bit "Current" on Win10): > > /home/hbbro/prg/cygwin/bld/x86_64-unknown-cygwin/newlib/libc/libc.a(lib

Re: git gui menu fonts are too small, unreadable

2016-06-20 Thread Jon Turney
On 07/06/2016 23:31, Jeff Buckles wrote: Menu fonts in 'git gui' are too small to be readable (only one or two pixels high). "gitk" works fine. Thanks for reporting this problem. I was able to reproduce this problem, with a fresh installation, but only on x86, not on x86_64 It seems that

Re: git 2.8.3: git stash: Cannot save the current index state

2016-06-13 Thread Adam Dinwoodie
On Sun, Jun 12, 2016 at 01:59:42PM +0800, lnishan wrote: > It appears that git stash has been broken for a while (since 2.8.1, > maybe earlier). > > Steps to reproduce: > 1. mkdir test; cd test > 2. git init > 3. touch testfile > 4. git add . ; git commit -m "First commit" > 5. echo "123" > testfi

Re: git 2.8.3 spurious output

2016-06-11 Thread Brian Inglis
Warren Young etr-usa.com> writes: > Incidentally, I see that I forgot to fix a /c -> /cygdrive/c in the script > I posted. (I normally run with cygdrive mounted at the root, and write my > scripts accordingly.) reminder - /proc/cygdrive/c/ works on all systems - saves worrying about it --

Re: git 2.8.3 spurious output

2016-06-09 Thread Warren Young
On Jun 9, 2016, at 1:52 AM, Cufi, Carles wrote: > >> I prefer to use Cygwin most of the >> time, then run a âmingwâ script I wrote to temporarily shift my Cygwin >> environment to MinGW mode: > > This sounds like a very good idea, but the problem is that sometimes I need > to run mingw commands

Re: git 2.8.3 spurious output

2016-06-09 Thread Cufi, Carles
Hi there, > On Jun 8, 2016, at 8:19 AM, Cufi, Carles wrote: > > > > So what's the better way of fixing this? Making /mingw/bin/gettext.sh > have UNIX line endings or replacing it with the proper Cygwin gettext.sh > that I seem to be missing? > > Donât try to mix the Cygwin and MinGW build system

Re: git 2.8.3 spurious output

2016-06-08 Thread Achim Gratz
Cufi, Carles writes: >> In general, however, it seems to me that you're asking for trouble by >> having MinGW binaries in your path while working in Cygwin. > > Yep, I want to do that but the problem is that Cygwin inherits the > global PATH from Windows and MinGW is present there. I guess I could

Re: git 2.8.3 spurious output

2016-06-08 Thread Cufi, Carles
> On 6/8/2016 10:19 AM, Cufi, Carles wrote: > > On 6/8/2016 9:57 AM, Cufi, Carles wrote: > Hi there, > > On 6/8/2016 5:35 AM, Cufi, Carles wrote: > Hi, > > When running git 2.8.3 with certain of its commands (submodule for > example) I get spurious output on the terminal: > > cacu ~/src/nordic/

Re: git 2.8.3 spurious output

2016-06-08 Thread Warren Young
On Jun 8, 2016, at 8:19 AM, Cufi, Carles wrote: > > So what's the better way of fixing this? Making /mingw/bin/gettext.sh have > UNIX line endings or replacing it with the proper Cygwin gettext.sh that I > seem to be missing? Don’t try to mix the Cygwin and MinGW build systems. Having MinGW in

Re: git 2.8.3 spurious output

2016-06-08 Thread Ken Brown
On 6/8/2016 10:19 AM, Cufi, Carles wrote: On 6/8/2016 9:57 AM, Cufi, Carles wrote: Hi there, On 6/8/2016 5:35 AM, Cufi, Carles wrote: Hi, When running git 2.8.3 with certain of its commands (submodule for example) I get spurious output on the terminal: cacu ~/src/nordic/gh/pc-ble-driver-py (

Re: git 2.8.3 spurious output

2016-06-08 Thread Cufi, Carles
> On 6/8/2016 9:57 AM, Cufi, Carles wrote: > Hi there, > > On 6/8/2016 5:35 AM, Cufi, Carles wrote: > Hi, > > When running git 2.8.3 with certain of its commands (submodule for > example) I get spurious output on the terminal: > > cacu ~/src/nordic/gh/pc-ble-driver-py (master) $ git submodule d

Re: git 2.8.3 spurious output

2016-06-08 Thread Ken Brown
On 6/8/2016 9:57 AM, Cufi, Carles wrote: Hi there, On 6/8/2016 5:35 AM, Cufi, Carles wrote: Hi, When running git 2.8.3 with certain of its commands (submodule for example) I get spurious output on the terminal: cacu ~/src/nordic/gh/pc-ble-driver-py (master) $ git submodule deinit . ': not a v

Re: git 2.8.3 spurious output

2016-06-08 Thread Cufi, Carles
Hi there, > On 6/8/2016 5:35 AM, Cufi, Carles wrote: > Hi, > > When running git 2.8.3 with certain of its commands (submodule for > example) I get spurious output on the terminal: > > cacu ~/src/nordic/gh/pc-ble-driver-py (master) $ git submodule deinit . > ': not a valid identifiertext.sh: line

Re: git 2.8.3 spurious output

2016-06-08 Thread Ken Brown
On 6/8/2016 9:45 AM, Ken Brown wrote: On 6/8/2016 5:35 AM, Cufi, Carles wrote: Hi, When running git 2.8.3 with certain of its commands (submodule for example) I get spurious output on the terminal: cacu ~/src/nordic/gh/pc-ble-driver-py (master) $ git submodule deinit . ': not a valid identifie

Re: git 2.8.3 spurious output

2016-06-08 Thread Ken Brown
On 6/8/2016 5:35 AM, Cufi, Carles wrote: Hi, When running git 2.8.3 with certain of its commands (submodule for example) I get spurious output on the terminal: cacu ~/src/nordic/gh/pc-ble-driver-py (master) $ git submodule deinit . ': not a valid identifiertext.sh: line 88: export: `displaypat

Re: git and absolute Windows-style paths

2016-04-21 Thread Andrey Repin
Greetings, Adam Dinwoodie! > On Wed, Apr 20, 2016 at 04:37:34PM -0400, Eliot Moss wrote: >> I think this will do it: >> >> function git { >> declare -a ARGS >> for n in "$@" ; do ARGS+=("$(cygpath -u -- "${n}")") ; done >> command git "${ARGS[@]}" >> } >> >> The reason this is a little mor

Re: git and absolute Windows-style paths

2016-04-21 Thread Ray Donnelly
On Thu, Apr 21, 2016 at 2:11 PM, Ray Donnelly wrote: > Here's a patch for git 2.8.1 that I wrote for MSYS2 to address the > same issue. Because I'd read this thread before I started working on > it (and generally since it's good to) I kept it in mind to make it > work for Cygwin in-case you wanted

Re: git and absolute Windows-style paths

2016-04-21 Thread Ray Donnelly
Here's a patch for git 2.8.1 that I wrote for MSYS2 to address the same issue. Because I'd read this thread before I started working on it (and generally since it's good to) I kept it in mind to make it work for Cygwin in-case you wanted to use it: https://raw.githubusercontent.com/Alexpux/MSYS2-p

Re: git clone fails with error chmod on config.lock failed: Invalid argument

2016-04-21 Thread Corinna Vinschen
On Apr 21 09:15, Tomas Jura wrote: > On 04/20/2016 04:25 PM, Corinna Vinschen wrote: > >On Apr 20 15:05, Tomas Jura wrote: > >>On 04/19/2016 03:39 PM, Corinna Vinschen wrote: > BTW: My machine is Windows Server 2008, yesterday I also run the Windows > update procedure before I notified the

Re: git clone fails with error chmod on config.lock failed: Invalid argument

2016-04-21 Thread Tomas Jura
On 04/20/2016 04:25 PM, Corinna Vinschen wrote: On Apr 20 15:05, Tomas Jura wrote: On 04/19/2016 03:39 PM, Corinna Vinschen wrote: BTW: My machine is Windows Server 2008, yesterday I also run the Windows update procedure before I notified the chmod error. A months ago, I had to migrate to the n

Re: git and absolute Windows-style paths

2016-04-20 Thread Eliot Moss
On 4/20/2016 7:14 PM, Ernie Rael wrote: On 4/20/2016 1:37 PM, Eliot Moss wrote: I think this will do it: function git { declare -a ARGS for n in "$@" ; do ARGS+=("$(cygpath -u -- "${n}")") ; done command git "${ARGS[@]}" } The reason this is a little more complicated than some other appr

Re: git and absolute Windows-style paths

2016-04-20 Thread Ernie Rael
On 4/20/2016 1:37 PM, Eliot Moss wrote: I think this will do it: function git { declare -a ARGS for n in "$@" ; do ARGS+=("$(cygpath -u -- "${n}")") ; done command git "${ARGS[@]}" } The reason this is a little more complicated than some other approaches might be is that it will also work

Re: git and absolute Windows-style paths

2016-04-20 Thread Adam Dinwoodie
On Wed, Apr 20, 2016 at 04:37:34PM -0400, Eliot Moss wrote: > I think this will do it: > > function git { > declare -a ARGS > for n in "$@" ; do ARGS+=("$(cygpath -u -- "${n}")") ; done > command git "${ARGS[@]}" > } > > The reason this is a little more complicated than some other approache

Re: git and absolute Windows-style paths

2016-04-20 Thread Eliot Moss
I think this will do it: function git { declare -a ARGS for n in "$@" ; do ARGS+=("$(cygpath -u -- "${n}")") ; done command git "${ARGS[@]}" } The reason this is a little more complicated than some other approaches might be is that it will also work for arguments that have space, e.g., gi

Re: git and absolute Windows-style paths

2016-04-20 Thread Ernie Rael
___ From: cygwin-ow...@cygwin.com on behalf of Eliot Moss Sent: Wednesday, April 20, 2016 8:52 AM To: cygwin@cygwin.com Subject: Re: git and absolute Windows-style paths On 4/20/2016 11:44 AM, silverwind wrote: Hey, Does it work if you do: git add c:/test/file

Re: git and absolute Windows-style paths

2016-04-20 Thread Adam Dinwoodie
On Wed, Apr 20, 2016 at 05:44:47PM +0200, silverwind wrote: > > I can't immediately see what's going wrong, so I'm going to report > this upstream. > > Thanks. I came upon this issue through npm which is using these > Windows paths for certain git operations. Unfortunately, The npm > team is very

Re: git and absolute Windows-style paths

2016-04-20 Thread silverwind
Hey, I think that tackling this with a script/function is a better approach ... That's seems like a bandaid solution from which the general user base would not be able to profit. I think a floating patch to Cygwin's git package would be more appropriate, unless it can be addressed in Cygwin

Re: git and absolute Windows-style paths

2016-04-20 Thread Brian Clifton
this fi done command git "$@" } # From: cygwin-ow...@cygwin.com on behalf of Eliot Moss Sent: Wednesday, April 20, 2016 8:52 AM To: cygwin@cygwin.com Subject: Re: git and absolute Windows-style paths On 4/20/2016 11:44 AM, silverwind wrote: > Hey, > >> Does it w

  1   2   3   4   5   >