Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle alternate case for worktreeconfig setting #1286

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

wshanks
Copy link
Contributor

@wshanks wshanks commented Apr 22, 2024

extensions.worktreeconfig was checked in a way that was not case-insensitive, but git config settings should be case insensitive. This behavior led to problems since the documentation describes the setting as worktreeConfig and GitHub Actions started setting the option with this casing.

Fixes #1285

`extensions.worktreeconfig` was checked in a way that was not
case-insensitive, but git config settings should be case insensitive.
This behavior led to problems since the documentation describes the
setting as `worktreeConfig` and GitHub Actions started setting the
option with this casing.

Fixes jelmer#1285
@jelmer jelmer enabled auto-merge April 22, 2024 22:08
@jelmer
Copy link
Owner

jelmer commented Apr 22, 2024

Please take a look at the test failure.

tests/test_repository.py Outdated Show resolved Hide resolved
auto-merge was automatically disabled April 22, 2024 23:29

Head branch was pushed to by a user without write access

@jelmer jelmer enabled auto-merge (squash) April 23, 2024 06:57
@jelmer jelmer self-requested a review April 23, 2024 07:37
@jelmer jelmer disabled auto-merge April 23, 2024 07:38
@jelmer jelmer enabled auto-merge (squash) April 23, 2024 07:58
@jelmer jelmer disabled auto-merge April 23, 2024 10:24
@jelmer jelmer merged commit 53d3dfe into jelmer:master Apr 23, 2024
19 checks passed
0x2b3bfa0 added a commit to 0x2b3bfa0/dulwich that referenced this pull request Apr 23, 2024
renovate bot added a commit to Hapag-Lloyd/test that referenced this pull request Apr 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dulwich](https://togithub.com/dulwich/dulwich) | `==0.22.0` ->
`==0.22.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/dulwich/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/dulwich/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/dulwich/0.22.0/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/dulwich/0.22.0/0.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dulwich/dulwich (dulwich)</summary>

###
[`v0.22.1`](https://togithub.com/jelmer/dulwich/releases/tag/dulwich-0.22.1):
0.22.1

[Compare
Source](https://togithub.com/dulwich/dulwich/compare/dulwich-0.22.0...dulwich-0.22.1)

#### What's Changed

- Fix pypi deployments by [@&#8203;jelmer](https://togithub.com/jelmer)
in
[jelmer/dulwich#1284
- Handle alternate case for worktreeconfig setting by
[@&#8203;wshanks](https://togithub.com/wshanks) in
[jelmer/dulwich#1286
- Ship rust files. Fixes
[#&#8203;1287](https://togithub.com/dulwich/dulwich/issues/1287) by
[@&#8203;jelmer](https://togithub.com/jelmer) in
[jelmer/dulwich#1290

#### New Contributors

- [@&#8203;wshanks](https://togithub.com/wshanks) made their first
contribution in
[jelmer/dulwich#1286

**Full Changelog**:
jelmer/dulwich@dulwich-0.22.0...dulwich-0.22.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Hapag-Lloyd/test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

worktreeConfig capitalization problem
2 participants