From: Michael Witten <mfwitten@gmail.com>
To: Dov Grobgeld <dov.grobgeld@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Why do some commits not appear in "git log"?
Date: Tue, 2 Aug 2011 15:56:29 +0000 [thread overview]
Message-ID: <CAMOZ1Bt+Z4XDPNBQyUeVk30aEOuXFAuh8jhdhFke-CDZt2pEDg@mail.gmail.com> (raw)
In-Reply-To: <CA++fsGEht+UDp9EnFyfvn-uT1DYPcnhpwmPy_H4PTWvsvUceAQ@mail.gmail.com>
On Tue, Aug 2, 2011 at 15:38, Dov Grobgeld <dov.grobgeld@gmail.com> wrote:
> git log --pretty=oneline --abbrev-commit | head -20
Try `--full-history' maybe? Also, rather than `head -20', you can
limit the output directly with `-20':
git log --pretty=oneline --abbrev-commit --full-history -20
It's hard to know what's going on in your particular example; perhaps
give us the output of `git log' when using the `--graph' option.
next prev parent reply other threads:[~2011-08-02 15:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CA++fsGGG7pLt4xoeJozGnYEwOrs6NuzStYPKF_L5k49uzFB-4A@mail.gmail.com>
2011-08-02 15:38 ` Why do some commits not appear in "git log"? Dov Grobgeld
2011-08-02 15:56 ` Michael Witten [this message]
2011-08-03 5:47 ` Dov Grobgeld
2011-08-03 18:57 ` Junio C Hamano
[not found] ` <CA++fsGG1xHm2ubXB-EL56L6xSau9AQX=o8fvmZb_7zNFkqdW2w@mail.gmail.com>
2011-08-06 17:43 ` Dov Grobgeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAMOZ1Bt+Z4XDPNBQyUeVk30aEOuXFAuh8jhdhFke-CDZt2pEDg@mail.gmail.com \
--to=mfwitten@gmail.com \
--cc=dov.grobgeld@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).