git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: andre_pohlmann@posteo.de
To: "brian m. carlson" <sandals@crustytoothpaste.net>,
	andre_pohlmann@posteo.de,
	Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	git@vger.kernel.org
Subject: Re: bug or a general misunderstanding
Date: Mon, 15 Nov 2021 10:56:00 +0000	[thread overview]
Message-ID: <468f30fbff6f1fcf708c484c19c287b7@posteo.de> (raw)
In-Reply-To: <YY2MXSZXIRSDLQCu@camp.crustytoothpaste.net>

Hi,

Starting from the relevant branch

git branch TEST_1
git checkout TEST_1
git status

then

git checkout BBV ---- that is the original Branch
git branch TEST_2 ff2c8952 ---- the commit to check out from
git checkout TEST_2
git status

git branch --contains 48c8756e ---- the commit with the specific code

the result is that only TEST_1 is shown, not TEST_2.
It looks to me like the commit is missing.
When I look at the code, the lines in question are also missing.


Am 11.11.2021 22:34 schrieb brian m. carlson:
> On 2021-11-10 at 18:27:56, andre_pohlmann@posteo.de wrote:
>> Hello Johannes,
>> 
>> Thanks for your ideas.
>> 
>> I have checked out the respective new branch and switched between the
>> original and the new, multiple times.
>> Otherwise I would not have noticed the lack of commits.
>> 
>> I have also set up a virtual machine, free of any IDE or GIT. There I 
>> only
>> installed Git for Windows and repeated the process via cmd. The result 
>> is
>> the same, there are missing commits in the history compared to the 
>> original
>> branch.
> 
> Could you give us a set of commands you've run (in Git Bash) to create 
> a
> new test repository (or clone an existing public repository) and
> reproduce this problem?  Right now, we don't know exactly what you've
> done, so we can only speculate about what you're seeing.

  parent reply	other threads:[~2021-11-15 10:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 12:00 bug or a general misunderstanding andre_pohlmann
2021-11-10 14:33 ` Ævar Arnfjörð Bjarmason
2021-11-10 14:46 ` Johannes Schindelin
2021-11-10 18:27   ` andre_pohlmann
     [not found]     ` <YY2MXSZXIRSDLQCu@camp.crustytoothpaste.net>
2021-11-15 10:56       ` andre_pohlmann [this message]
2021-11-15 21:08         ` Jeff King
2021-11-16  9:01           ` andre_pohlmann

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=468f30fbff6f1fcf708c484c19c287b7@posteo.de \
    --to=andre_pohlmann@posteo.de \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=sandals@crustytoothpaste.net \
    /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).