git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Keshav Kini <keshav.kini@gmail.com>
To: git@vger.kernel.org
Subject: Re: [BUG?] inconsistent `git reflog show` output, possibly `git fsck` output
Date: Sat, 21 Sep 2013 21:38:26 -0500	[thread overview]
Message-ID: <87mwn5y40t.fsf@gmail.com> (raw)
In-Reply-To: 871u4hzusr.fsf@gmail.com

Keshav Kini <keshav.kini@gmail.com> writes:
> For example, if `git
> reflog show HEAD` displayed this:
>
>     0123456 [stuff] foo
>     789abcd [stuff] bar
>     ef01234 [stuff] baz
>
> Then I would expect the reflog data file for HEAD to look something like
> this, where '.' represents an unknown hex digit:
>
>     789abcd................................. 0123456................................. [stuff]
>     ef01234................................. 789abcd................................. [stuff]
>     ........................................ ef01234................................. [stuff]

Sorry, that's backwards -- I would actually expect this:

    ........................................ ef01234................................. [stuff]
    ef01234................................. 789abcd................................. [stuff]
    789abcd................................. 0123456................................. [stuff]

-Keshav

  reply	other threads:[~2013-09-22  2:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-21 22:16 [BUG?] inconsistent `git reflog show` output, possibly `git fsck` output Keshav Kini
2013-09-22  2:38 ` Keshav Kini [this message]
2013-09-22 22:52 ` Roberto Tyley
2013-10-15 22:36   ` Junio C Hamano
2013-10-15 22:43     ` Keshav Kini
2013-10-28 17:16     ` Keshav Kini

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=87mwn5y40t.fsf@gmail.com \
    --to=keshav.kini@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).