[BUG] Funny output from git grep -c

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Git Mailing List <git@...>
Date: Tuesday, September 11, 2007 - 6:14 pm

Nothing major, but I thought I'd mention it. If I pass the -c
parameter to git grep, it invariably talks about /dev/null.

    $ git --version
    git version 1.5.3.1.40.g6972

    $ git grep -c  has_capability lib/weblib.php
    /dev/null:0
    lib/weblib.php:29

    $ git grep -c  has_capability | head
    /dev/null:0
    README.txt:0
    ...

cheers,


m
-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] Funny output from git grep -c, Martin Langhoff, (Tue Sep 11, 6:14 pm)