Re: [git-users] bug with --max-count option in "git rev-list" command

2018-09-13 Thread Daniel Burtman
Thank you! On Thursday, September 13, 2018 at 12:45:22 PM UTC-4, Konstantin Khomoutov wrote: > > On Thu, Sep 13, 2018 at 09:13:57AM -0700, Daniel Burtman wrote: > > Hi! > > > I’m running git rev-list command and getting usage message instead of > > normal output: > > > > git rev-list

[git-users] Re: bug with --max-count option in "git rev-list" command

2018-09-13 Thread Daniel Burtman
Thank you! That was indeed the missing part. Appreciate your responses. On Thursday, September 13, 2018 at 12:13:57 PM UTC-4, Daniel Burtman wrote: > > Hi there > > > > I’m running git rev-list command and getting usage message instead of > normal output: > > > > git rev-list --max-count=3 >

Re: [git-users] bug with --max-count option in "git rev-list" command

2018-09-13 Thread Konstantin Khomoutov
On Thu, Sep 13, 2018 at 09:13:57AM -0700, Daniel Burtman wrote: Hi! > 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] ... [ -- paths... ] > > limiting output: > > --max-count= > >

[git-users] Re: bug with --max-count option in "git rev-list" command

2018-09-13 Thread Philip Oakley
On Thursday, September 13, 2018 at 5:13:57 PM UTC+1, Daniel Burtman wrote: > 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] ... [ -- paths... ] > > limiting output:

[git-users] bug with --max-count option in "git rev-list" command

2018-09-13 Thread Daniel Burtman
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] ... [ -- paths... ] limiting output: --max-count= --max-age= --min-age= --sparse --no-merges