Povilas Kanapickas

Results 417 comments of Povilas Kanapickas

I'm wondering if we are observing some kind of a bug, because `git checkout -B ...` is the same as `git checkout -D ` and `git checkout -b `, so...

Regarding `git branch --contains ` let's skip it for now. Including it has the downside that this will break some user configurations that worked perfectly well before. Need to think...

I'm saying that `git checkout -B ...` is equivalent to `git checkout -D ...` and `git checkout -b ...` and thus it is unclear why there are issue for you...

The communication between us broke a bit :) Initially I suggested `git checkout -D ` and `git checkout -b ` to setup branch. You pointed out that `git checkout -B...

Still some miscommunication :) What I'm saying is that the current code already has `git checkout -B `. This means that in theory https://github.com/buildbot/buildbot/issues/8295 should not exist. There should not...

Regarding doing `git reset --hard ` to solve the issue when "by accident the given is not part of the given ". This does not fully solve the issue. Why?...

Thanks for the bug report. It is not clear to me what is wrong with the current approach. It is possible to checkout certain branch but not its latest commit,...

Okay, I agree that it makes sense to have correct branch name checked out.

Yes, I added comments about the implementation on the PR page. I agree that the issue is worth solving, so we'll have solution one or another way.

This will be fixed by https://github.com/alexforencich/cocotbext-axi/pull/91.