[BUG?] ls-files -d does not show files removed using 'git rm'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If I remove a file using the shell rm, it is listed by ls-files -d.
However, it is not listed if I use 'git rm'.

$ rm foo
$ git ls-files -t -d
R foo
$ git checkout foo
$ git rm foo
rm 'foo'
$ git ls-files -t -d
$

Is this a bug? In any case, is there a way to find out what files have
been removed using git rm using ls-files (git status does show it)?

Girish
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux