Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Johannes Schindelin
Hi Aaron, On Sun, 31 Jan 2016, Torsten Bögershausen wrote: > On 2016-01-31 15.03, Aaron Gray wrote: > > > > I think I have found a possible difference in behaviour between > > Windows git commandline distro and Linux git > > > > basically If I do a :- > > > > git mv logger.h Logger.h > >

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Torsten Bögershausen
On 2016-01-31 15.03, Aaron Gray wrote: > Hi, > > I think I have found a possible difference in behaviour between > Windows git commandline distro and Linux git > > basically If I do a :- > > git mv logger.h Logger.h > > I get the following :- > > fatal: destination exists,

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Johannes Sixt
Am 31.01.2016 um 15:03 schrieb Aaron Gray: Hi, I think I have found a possible difference in behaviour between Windows git commandline distro and Linux git basically If I do a :- git mv logger.h Logger.h I get the following :- fatal: destination exists, source=lib/logger.h,

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Doug Kelly
On Sun, Jan 31, 2016 at 8:50 AM, Johannes Sixt wrote: > Am 31.01.2016 um 15:03 schrieb Aaron Gray: >> >> Hi, >> >> I think I have found a possible difference in behaviour between >> Windows git commandline distro and Linux git >> >> basically If I do a :- >> >> git mv logger.h

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Aaron Gray
On 31 January 2016 at 15:05, Doug Kelly wrote: > On Sun, Jan 31, 2016 at 8:50 AM, Johannes Sixt wrote: >> Am 31.01.2016 um 15:03 schrieb Aaron Gray: >>> I think I have found a possible difference in behaviour between >>> Windows git commandline distro and

Re: [bug] Possible Windows 'git mv' bug

2016-01-31 Thread Aaron Gray
On 31 January 2016 at 14:50, Johannes Sixt wrote: > Am 31.01.2016 um 15:03 schrieb Aaron Gray: >> >> Hi, >> >> I think I have found a possible difference in behaviour between >> Windows git commandline distro and Linux git >> >> basically If I do a :- >> >> git mv logger.h

[bug] Possible Windows 'git mv' bug

2016-01-31 Thread Aaron Gray
Hi, I think I have found a possible difference in behaviour between Windows git commandline distro and Linux git basically If I do a :- git mv logger.h Logger.h I get the following :- fatal: destination exists, source=lib/logger.h, destination=lib/Logger.h It looks and smells like a