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