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

build(deps): bump gix-command from 0.3.4 to 0.3.5 #422

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps gix-command from 0.3.4 to 0.3.5.

Release notes

Sourced from gix-command's releases.

gix-command v0.3.5

Bug Fixes

  • Add test to assure echo "$@" >&2 works as expected Previously it would print the arguments twice, now it only prints it once as we avoid adding the 'trick' to the script if it's already present.

    This helps with custom git credential helpers who endorse to to call them like !credential-helper $@, in which case the added arguments are already part of the script.

    See https://github.com/languitar/pass-git-helper for detailed documentation on how that should usually work.

    Git seems to manage to not automatically add '$@' when calling credential helpers, but it's something that is done by gix-command automatically when a command should be invoked that receives arguments and has to be evaluated by a shell.

    The current implementation is very naive, but should also work for 99.9% of the cases out there.

Commit Statistics

  • 2 commits contributed to the release over the course of 12 calendar days.
  • 21 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #1284

Commit Details

  • #1284
    • Add test to assure echo "$@" >&2 works as expected (74631d4)
  • Uncategorized
    • Prepare changelogs prior to release (f2e111f)
Commits
  • 45b4470 Release gix-date v0.8.4, gix-utils v0.1.10, gix-actor v0.30.1, gix-object v0....
  • f2e111f prepare changelogs prior to release
  • d53504a Merge branch 'status'
  • aa7c190 adapt to changes in gix-dir
  • 4d5767c Make it even harder to remove your own CWD
  • 8959b21 Allow the -n argument as no-op to make them more compatible.
  • 9863d75 feat: add gix clean --patterns-for-entries|-m to help with wildcards.
  • 1a26732 assure that we don't artificially make non-recursable directories visible
  • e944e74 further improvements to gix clean
  • bd5f449 feat!: Represent DotGit as ExtendedKind
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [gix-command](https://github.com/Byron/gitoxide) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](Byron/gitoxide@gix-command-v0.3.4...gix-command-v0.3.5)

---
updated-dependencies:
- dependency-name: gix-command
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants