Re: [git issue] git am failed for patches of converting the format of source codes from dos to unix

2019-09-27 Thread Thomas Gummerer
On 09/27, Beyondhorizon Zheng wrote: > [git issue] git am failed for patches of converting the file format of > source codes from dos to unix > > Git version: git version 2.23.0 > Host PC: ubuntu 16.04.10 > Reporter: Shuang Zheng > > I have submitted a patch which co

[git issue] git am failed for patches of converting the format of source codes from dos to unix

2019-09-27 Thread Beyondhorizon Zheng
[git issue] git am failed for patches of converting the file format of source codes from dos to unix Git version: git version 2.23.0 Host PC: ubuntu 16.04.10 Reporter: Shuang Zheng I have submitted a patch which convert the file format of source file from dos to unix with command: dos2unix misc

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-28 Thread Jeff King
On Fri, Jun 28, 2019 at 04:18:37PM +, Vanak, Ibrahim wrote: > But HPUX Dev team have seen one significance difference, when they > were triaging this issue, the ways GIT operations handled by 2 OSs: On > linux, around 40 processes are spawned for handling a GIT operation > whereas on HPUX only

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-28 Thread Vanak, Ibrahim
day, June 18, 2019 10:45 PM To: Vanak, Ibrahim ; Jeff King Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On 6/18/2019 10:31 AM, Vanak, Ibrahim wrote: > Hello ALL again, > > Has anyone tested the performance of GIT on H

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-18 Thread Jeff Hostetler
On 6/18/2019 10:31 AM, Vanak, Ibrahim wrote: Hello ALL again, Has anyone tested the performance of GIT on HP-UX platform? Can someone please look into the issue we are seeing. Thanks, Ibrahim You might try setting some of the GIT_TRACE* environment variables listed in [1] on both your HP

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-18 Thread Vanak, Ibrahim
sage- From: Jeff King [mailto:p...@peff.net] Sent: Thursday, May 30, 2019 5:28 PM To: Vanak, Ibrahim Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Wed, May 29, 2019 at 09:06:18AM +, Vanak, Ibrahim wrote: > After cloning

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-06-11 Thread Vanak, Ibrahim
May 30, 2019 5:28 PM To: Vanak, Ibrahim Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Wed, May 29, 2019 at 09:06:18AM +, Vanak, Ibrahim wrote: > After cloning when I tried to checkout a branch on HPUX and Linux, I

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-30 Thread Jeff King
On Wed, May 29, 2019 at 09:06:18AM +, Vanak, Ibrahim wrote: > After cloning when I tried to checkout a branch on HPUX and Linux, I > still significant time difference there as well even though network is > not involve here. Do you suspect anything with HPUX OS? Do you have > any mechanism to f

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-29 Thread Vanak, Ibrahim
Message- From: Vanak, Ibrahim Sent: Wednesday, May 29, 2019 10:59 AM To: Jeff King Cc: git@vger.kernel.org Subject: RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! Hello Jeff, Thanks again for the response. I am not building GIT and also don't know either how to b

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Vanak, Ibrahim
, May 29, 2019 3:00 AM To: Vanak, Ibrahim Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Tue, May 28, 2019 at 06:45:18PM +, Vanak, Ibrahim wrote: > BUT still I have significant slowness(50 times slower than clone on >

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Jeff King
On Tue, May 28, 2019 at 06:45:18PM +, Vanak, Ibrahim wrote: > BUT still I have significant slowness(50 times slower than clone on > linux machine) while cloning. HPUX box is having very good H/W > configuration and network is also stable. >From your output: > [hpux] > Receiving objects: 100%

RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Vanak, Ibrahim
Thanks everyone for the inputs !!! upgrade of GIT to 2.21 worked. BUT still I have significant slowness(50 times slower than clone on linux machine) while cloning. HPUX box is having very good H/W configuration and network is also stable. Do you have any inputs on this.? -Ibrahim -Origina

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Johannes Schindelin
Hi, On Tue, 28 May 2019, Vanak, Ibrahim wrote: > We are seeing issue with GIT 2.14 version. You definitely want to upgrade ASAP. Not only is the issue that you reported fixed, but two distinct vulnerabilities have been fixed since v2.14.0. Your version is still vulnerable. Ciao, Johannes

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Ævar Arnfjörð Bjarmason
On Tue, May 28 2019, Jeff King wrote: > On Tue, May 28, 2019 at 09:10:12AM +, Vanak, Ibrahim wrote: > >> We are seeing issue with GIT 2.14 version. When we try to clone the >> repos, it is taking HUGE amount of time on HPUX, whereas on the linux >> machine with same network configuration, it

Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Jeff King
On Tue, May 28, 2019 at 09:10:12AM +, Vanak, Ibrahim wrote: > We are seeing issue with GIT 2.14 version. When we try to clone the > repos, it is taking HUGE amount of time on HPUX, whereas on the linux > machine with same network configuration, it's getting cloned in less > than mins. So we wa

GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!

2019-05-28 Thread Vanak, Ibrahim
Hello, We are seeing issue with GIT 2.14 version. When we try to clone the repos, it is taking HUGE amount of time on HPUX, whereas on the linux machine with same network configuration, it's getting cloned in less than mins. So we want to know has anyone reported this issue? What is the fix for

git issue with builds on Travis-CI

2018-10-12 Thread Maurice McCabe
There is a problem on travis-ci with doing builds on Pull Requests with multiple jobs. For each job it will build off the FETCH_HEAD. The problem is that if the FETCH_HEAD changes while the build is running (due to a commit), the subsequent jobs will build off the new FETCH_HEAD. This results in lo

Re: Git issue report

2018-04-18 Thread Junio C Hamano
"xfswi...@163.com" writes: > Hi, > I met a issue when using git. > I cannot delete the file by the commond 'git rm'. > The file name is a little diff from common file. > I accidentally named the file "filename\r", display such as filename^M. Then > I commit the file by 'git add .'. > After I f

Git issue report

2018-04-18 Thread xfswi...@163.com
Hi, I met a issue when using git. I cannot delete the file by the commond 'git rm'. The file name is a little diff from common file. I accidentally named the file "filename\r", display such as filename^M. Then I commit the file by 'git add .'. After I find this mistake, I remove the file, then t

Re: Git issue - ignoring changes to tracked file with assume-unchanged

2016-11-07 Thread Jakub Narębski
W dniu 01.11.2016 o 19:11, Junio C Hamano pisze: > Jeff King writes: >> On Tue, Nov 01, 2016 at 10:28:57AM +, Halde, Faiz wrote: >> >>> I frequently use the following command to ignore changes done in a file >>> >>> git update-index --assume-unchanged somefile >>> >>> Now when I do a pull from

Re: Git issue

2016-11-03 Thread Jacob Keller
On Tue, Nov 1, 2016 at 2:23 PM, Junio C Hamano wrote: > Jeff King writes: > >> On Tue, Nov 01, 2016 at 08:50:23PM -, Philip Oakley wrote: >> >>> > From "git help update-index": >>> > >>> > --[no-]assume-unchanged >>> >When this flag is specified, the object names recorded for >>> >

Re: Git issue

2016-11-01 Thread Junio C Hamano
Jeff King writes: > On Tue, Nov 01, 2016 at 08:50:23PM -, Philip Oakley wrote: > >> > From "git help update-index": >> > >> > --[no-]assume-unchanged >> >When this flag is specified, the object names recorded for >> >the paths are not updated. Instead, this option sets/unsets >>

Re: Git issue

2016-11-01 Thread Jeff King
On Tue, Nov 01, 2016 at 08:50:23PM -, Philip Oakley wrote: > > From "git help update-index": > > > > --[no-]assume-unchanged > >When this flag is specified, the object names recorded for > >the paths are not updated. Instead, this option sets/unsets > >the "assume unchanged"

Re: Git issue

2016-11-01 Thread Philip Oakley
From: "Jeff King" On Tue, Nov 01, 2016 at 10:28:57AM +, Halde, Faiz wrote: I frequently use the following command to ignore changes done in a file git update-index --assume-unchanged somefile Now when I do a pull from my remote branch and say the file 'somefile' was changed locally and i

Re: Git issue

2016-11-01 Thread Junio C Hamano
Jeff King writes: > On Tue, Nov 01, 2016 at 10:28:57AM +, Halde, Faiz wrote: > >> I frequently use the following command to ignore changes done in a file >> >> git update-index --assume-unchanged somefile >> >> Now when I do a pull from my remote branch and say the file 'somefile' >> was ch

Re: Git issue

2016-11-01 Thread Jeff King
On Tue, Nov 01, 2016 at 10:28:57AM +, Halde, Faiz wrote: > I frequently use the following command to ignore changes done in a file > > git update-index --assume-unchanged somefile > > Now when I do a pull from my remote branch and say the file 'somefile' > was changed locally and in remote,

Git issue

2016-11-01 Thread Halde, Faiz
Hello Git Not sure if this is a feature or a bug, but here it is. I frequently use the following command to ignore changes done in a file git update-index --assume-unchanged somefile Now when I do a pull from my remote branch and say the file 'somefile' was changed locally and in remote, git w

Re: Git issue report : issue with capital letter in folder name

2015-12-17 Thread PFDuc
Le 2015-12-17 13:29, Stefan Beller a écrit : On Thu, Dec 17, 2015 at 7:45 AM, PFDuc wrote: Hello, first of all thank you for developping git ! I had an issue with a capital block in the folder name inside my git repo. The folder in my local was named "Display" and the one at origin was named

Re: Git issue report : issue with capital letter in folder name

2015-12-17 Thread Stefan Beller
On Thu, Dec 17, 2015 at 7:45 AM, PFDuc wrote: > Hello, > > first of all thank you for developping git ! > > I had an issue with a capital block in the folder name inside my git repo. > The folder in my local was named "Display" and the one at origin was named > "display" resulting in error when im

Git issue report : issue with capital letter in folder name

2015-12-17 Thread PFDuc
Hello, first of all thank you for developping git ! I had an issue with a capital block in the folder name inside my git repo. The folder in my local was named "Display" and the one at origin was named "display" resulting in error when importing python code from this folder for users who got

Re: git issue / [PATCH] MIPS: fix invalid symbolic link file

2013-09-19 Thread Stephen Warren
On 09/19/2013 01:49 PM, Johannes Sixt wrote: > Am 19.09.2013 15:39, schrieb Ralf Baechle: >> The original patch that introduced the symlink with the \n is kernel >> commit 3b29aa5ba204c62b3ec8f9f5b1ebd6e5d74f75d3 and is archived in >> patchwork at http://patchwork.linux-mips.org/patch/5745/ The pa

Re: git issue / [PATCH] MIPS: fix invalid symbolic link file

2013-09-19 Thread Johannes Sixt
Am 19.09.2013 15:39, schrieb Ralf Baechle: > The original patch that introduced the symlink with the \n is kernel > commit 3b29aa5ba204c62b3ec8f9f5b1ebd6e5d74f75d3 and is archived in > patchwork at http://patchwork.linux-mips.org/patch/5745/ The patch > file contains a \n at the end - but one woul

Re: git issue / [PATCH] MIPS: fix invalid symbolic link file

2013-09-19 Thread Junio C Hamano
Ralf Baechle writes: >> diff --git a/arch/mips/boot/dts/include/dt-bindings >> b/arch/mips/boot/dts/include/dt-bindings >> index 68ae388..08c00e4 12 >> --- a/arch/mips/boot/dts/include/dt-bindings >> +++ b/arch/mips/boot/dts/include/dt-bindings >> @@ -1 +1 @@ >> -../../../../../include/dt-bi

Re: git issue / [PATCH] MIPS: fix invalid symbolic link file

2013-09-19 Thread Ralf Baechle
On Thu, Sep 19, 2013 at 06:39:08PM +0530, Madhavan Srinivasan wrote: (Git folks, please read on.) >Commit 3b29aa5ba204c created a symlink file in include/dt-bindings. >Even though commit diff is fine, symlink is invalid. >ls -lb shows a newline character at the end of the filename. >