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 b
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).
$ git-ls-files -m -t
C Documentation/git-ls-files.txt
C ls-files.c
Signed-off-by: Brian Gerst <[EMAIL PROTECTED]>
---
Documentation/git-ls-fil
nd parsed. Changing to a breadth
first search would allow multiple requests in flight and asynchronous
processing which should speed things up. I am exploring using the
curl_multi_* functions to do this, but this will require changes to
common code in pull.c.
--
Bri
3 matches
Mail list logo