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 b

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

2005-09-01 Thread Brian Gerst
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

Re: [ANNOUNCE] Cogito-0.12

2005-07-06 Thread Brian Gerst
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