From: "Shawn O. Pearce" <spearce@spearce.org>
To: git@vger.kernel.org
Subject: log -g --reverse horribly insane
Date: Sun, 19 Aug 2007 04:56:24 -0400 [thread overview]
Message-ID: <20070819085624.GU27913@spearce.org> (raw)
OK, I'm just too tired to find this on my own right now. I'll try
again later after I get some sleep, but maybe someone with a
different sleeping pattern than me will find and fix this before
I arise...
git log -g --reverse --pretty=oneline
Does not produce anything useful. Results are ranging from getting
a single line with upwards of 50 commits on it and a corrupt log
message to lines with no log message and only one commit, even
though the non --reverse output has over 200 results to report.
git log -g --reverse
Does not show the reflog message headers, but is otherwise fine.
So it shows the history according to the reflog (I think that's
what I saw) but isn't showing the data I asked for with -g.
Results are the same for HEAD's reflog as for any other branch in
my tree. Basically its nutso. I think we need to either support
-g --reverse combination properly, or we need to disallow it.
The current behavior is uh, not user friendly.
--
Shawn.
next reply other threads:[~2007-08-19 8:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-19 8:56 Shawn O. Pearce [this message]
2007-08-19 9:09 ` log -g --reverse horribly insane Junio C Hamano
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=20070819085624.GU27913@spearce.org \
--to=spearce@spearce.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.