git-ls-files is a very useful command to list various types of files. However, it has some weird behaviour. Let's say someone removed the file and not updated the index yet. I want to get status for all files in the directory, so I launch git-ls-files -t -m -d -o, and I get: R removed-file C removed-file ? something-else (it looks even better if I call it w/o -t) If the file is removed, then marking it as changed is redundant. A removed file cannot be unchanged. This behaviour makes for slow parsing, because to get the changed files which still exist one has to at least skip items (or uniquify the list). This shouldn't be needed. Removed files should of course still be listed as changed if there's no -d parameter. -- GPG Key id: 0xD1F10BA2 Fingerprint: 96E2 304A B9C4 949A 10A0 9105 9543 0453 D1F1 0BA2 AstralStorm
Attachment:
pgpKjHnf4Ua5V.pgp
Description: PGP signature