Re: Why does "git log --reverse -1" print the HEAD commit?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, May 31, 2008 at 05:11:02PM +0300, Teemu Likonen <tlikonen@xxxxxx> wrote:
> It feels wrong that "git log -1" and "git log --reverse -1" both print
> the same commit: HEAD. Why is that?
> 
> Since "git log --reverse" starts from the bottom I'd have expected "-1"
> to print one commit from the bottom.

-1 limits the commit list to one element and then it prints that range
in reverse order, which is the same for a single commit.

Attachment: pgpzrFK04A8Jc.pgp
Description: PGP signature


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux