Re: [PATCH] Show modified files in git-ls-files

2005-09-02 Thread Brian Gerst
Junio C Hamano wrote: Catalin Marinas <[EMAIL PROTECTED]> writes: Brian Gerst <[EMAIL PROTECTED]> wrote: Add -m/--modified to show files that have been modified wrt. the index. M was already taken so the tag for modifified files is C (changed). I think git-ls-files should be consistent wi

Re: [PATCH] Show modified files in git-ls-files

2005-09-02 Thread Junio C Hamano
Catalin Marinas <[EMAIL PROTECTED]> writes: > Brian Gerst <[EMAIL PROTECTED]> wrote: >> Add -m/--modified to show files that have been modified wrt. the index. >> >> M was already taken so the tag for modifified files is C (changed). > > I think git-ls-files should be consistent with git-diff-cach

Re: [PATCH] Show modified files in git-ls-files

2005-09-02 Thread Catalin Marinas
Brian Gerst <[EMAIL PROTECTED]> wrote: > Add -m/--modified to show files that have been modified wrt. the index. > > M was already taken so the tag for modifified files is C (changed). I think git-ls-files should be consistent with git-diff-cache where M means modified and U unmerged (but for the

[PATCH] Show modified files in git-ls-files

2005-09-01 Thread Brian Gerst
es.txt |4 ls-files.c | 20 +++- 2 files changed, 19 insertions(+), 5 deletions(-) Subject: [PATCH] Show modified files in git-ls-files Add -m/--modified to show files that have been modified wrt. the index. M was already taken so the tag for modifified