Re: git diff --name-status for deleted files

2017-09-14 Thread Junio C Hamano
Gene Thomas writes: > Junio, >Thanks for your reply. So git is essentially doing a >"git commit" when I "git rm". No. You'd probably need to read a bit more on Git; unlike other systems like CVS and SVN, where you only have two states (i.e. committed

RE: git diff --name-status for deleted files

2017-09-14 Thread Gene Thomas
ger.kernel.org Subject: Re: git diff --name-status for deleted files Gene Thomas <g...@nlc.co.nz> writes: > Hello, > "git diff -name-status" is useful to list the files one > has changed but it does not list file that one has > deleted with &q

Re: git diff --name-status for deleted files

2017-09-14 Thread Junio C Hamano
Gene Thomas writes: > Hello, > "git diff -name-status" is useful to list the files one > has changed but it does not list file that one has > deleted with "git rm". It would be really handy if it > did. I am using git 2.9.3 on Ubuntu Linux

git diff --name-status for deleted files

2017-09-14 Thread Gene Thomas
Hello, "git diff -name-status" is useful to list the files one has changed but it does not list file that one has deleted with "git rm". It would be really handy if it did. I am using git 2.9.3 on Ubuntu Linux 16.10. Yours Sincerely, Gene Thomas.