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
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
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
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
4 matches
Mail list logo