Re: [QUESTION] Renaming files in Git

2014-05-05 Thread Mike Tutkowski
OK, thanks, Daan. I can try it out in master at some point. On Mon, May 5, 2014 at 2:26 AM, Daan Hoogland wrote: > use > $ git mv > and you should be allright. run git mv --help for options. One gotcha. > Any ref to the file you should do in the same commit but is not done > by this action. > >

Re: [QUESTION] Renaming files in Git

2014-05-05 Thread Daan Hoogland
use $ git mv and you should be allright. run git mv --help for options. One gotcha. Any ref to the file you should do in the same commit but is not done by this action. On Mon, May 5, 2014 at 7:41 AM, Mike Tutkowski wrote: > Hi, > > I was interested in renaming a couple files to improve the casin

[QUESTION] Renaming files in Git

2014-05-04 Thread Mike Tutkowski
Hi, I was interested in renaming a couple files to improve the casing. I noticed, however, that someone changed Xenserver625StorageProcessor to XenServer625StorageProcessor and then reverted it back to Xenserver625StorageProcessor. This made me wonder if there is some issue related to renaming f