Re: weird behaviour in git

2015-02-26 Thread David Kastrup
Thomas Klausner writes: > I've played around with git and found that 'git mv' does not honor > what I tell it to do: > > wiz@yt:~> mkdir a > wiz@yt:~> cd a > wiz@yt:~/a> git init . > Initialized empty Git repository in /home/wiz/a/.git/ > wiz@yt:~/a> touch a > wiz@yt:~/a> git add a > wiz@yt:~/a>

Re: weird behaviour in git

2015-02-26 Thread Michael J Gruber
Thomas Klausner venit, vidit, dixit 26.02.2015 15:58: > On Thu, Feb 26, 2015 at 03:45:13PM +0100, Michael J Gruber wrote: >> Thomas Klausner venit, vidit, dixit 26.02.2015 15:12: >>> Hi! >>> >>> I've played around with git and found that 'git mv' does not honor >>> what I tell it to do: >>> >>> wiz

Re: weird behaviour in git

2015-02-26 Thread Thomas Klausner
On Thu, Feb 26, 2015 at 03:45:13PM +0100, Michael J Gruber wrote: > Thomas Klausner venit, vidit, dixit 26.02.2015 15:12: > > Hi! > > > > I've played around with git and found that 'git mv' does not honor > > what I tell it to do: > > > > wiz@yt:~> mkdir a > > wiz@yt:~> cd a > > wiz@yt:~/a> git i

Re: weird behaviour in git

2015-02-26 Thread Michael J Gruber
Thomas Klausner venit, vidit, dixit 26.02.2015 15:12: > Hi! > > I've played around with git and found that 'git mv' does not honor > what I tell it to do: > > wiz@yt:~> mkdir a > wiz@yt:~> cd a > wiz@yt:~/a> git init . > Initialized empty Git repository in /home/wiz/a/.git/ > wiz@yt:~/a> touch a

weird behaviour in git

2015-02-26 Thread Thomas Klausner
Hi! I've played around with git and found that 'git mv' does not honor what I tell it to do: wiz@yt:~> mkdir a wiz@yt:~> cd a wiz@yt:~/a> git init . Initialized empty Git repository in /home/wiz/a/.git/ wiz@yt:~/a> touch a wiz@yt:~/a> git add a wiz@yt:~/a> git commit -m 'add a' [master (root-comm