Question about git-ls-files

From: Radoslaw Szkodzinski <astralstorm@o2.pl>
Date: 2006-03-25 09:49:47
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

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

Received on Sat Mar 25 09:54:05 2006

This archive was generated by hypermail 2.1.8 : 2006-03-25 09:54:23 EST