From: Thomas Nyberg <tomnyberg@gmail.com>
To: git@vger.kernel.org
Subject: Corruption of branch?
Date: Mon, 14 Dec 2015 12:40:33 -0500 [thread overview]
Message-ID: <566EFF11.6010600@gmail.com> (raw)
Hello,
I have a repository (which I unfortunately cannot provide access to)
which is having some odd things happening with one (and only one) of its
branches. This workflow repeats the issue (here `bad_branch` is one of
the remotes branches; i.e. `origin/bad_branch`):
(1) clone the repository
(2) git checkout `bad_branch`
Basically nothing happens. Nothing is printed and I stay on the master
branch. I also checked $? and there is no error code that is set. If I
choose any of other branches, it correctly creates a local branch, sets
it to track the remote and then switches to the local branch.
It seems like there could be some sort of weird bug in the checkout or
possibly somehow some corruption in the actual object tree. From my
vantage point, however, the data appears totally fine. For example, in
`.git/packed-refs` everything appears normal and if I explicitly
checkout the commit IDs directly (i.e. just copy the commit
corresponding to refs/remotes/origin/bad_branch and checkout $commit) it
checks out fine. If I do this with the bad_branch I get a detached HEAD
as expected and git log lists the commits that it should.
This seems a bit odd to me. There's certainly some sort of error
somewhere, but it's passing silently. I'm not really sure how to debug
this and it's too bad I can't actually link the actual repository. I
presume if I have the time I could try compiling git from source and
seeing if it still shows up. I tested it on the following two versions
of git get the same error:
* 1.9.1 (installed as a package from Linux Mint 17.2 Rafaela)
* 2.1.4 (installed as a package from Debian Jessie 8.2)
Also I should note that the original repository is hosted on Github.
Thanks for any help. Hopefully the fact that I can't provide enough
information for others to reproduce the issue isn't too large a bother...
Cheers,
Thomas Nyberg
next reply other threads:[~2015-12-14 17:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-14 17:40 Thomas Nyberg [this message]
2015-12-14 17:51 ` Corruption of branch? Stefan Beller
2015-12-14 18:08 ` Thomas Nyberg
2015-12-14 19:20 ` David Turner
2015-12-14 19:59 ` Thomas Nyberg
2015-12-14 20:18 ` Dennis Kaarsemaker
2015-12-14 20:33 ` Thomas Nyberg
2015-12-14 20:40 ` Dennis Kaarsemaker
2015-12-14 20:42 ` Junio C Hamano
2015-12-14 20:44 ` Thomas Nyberg
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=566EFF11.6010600@gmail.com \
--to=tomnyberg@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).