Hi there

 

I’m running git rev-list command and getting usage message instead of 
normal output:

 

git rev-list --max-count=3

usage: git rev-list [OPTION] <commit-id>... [ -- paths... ]

  limiting output:

    --max-count=<n>

    --max-age=<epoch>

    --min-age=<epoch>

    --sparse

    --no-merges

    --min-parents=<n>

 

Same option works fine with git log.

 

git log --max-count=3

commit 9e4734508472b9eb7358ef2e9d46645da84c40a9 (*HEAD ->* *develop*, 
*origin/develop*, *origin/HEAD*)

. . . .

 

I’m using Git version 2.19.0 on MacOS High Sierra 10.13.6

 

Any ideas, suggestions regarding whether this has been noticed and ETA for 
resolution?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to