stgit
stgit copied to clipboard
build(deps): bump gix-command from 0.3.4 to 0.3.5
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 "$@" >&2works 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-commandautomatically 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 "$@" >&2works as expected (74631d4)- Uncategorized
- Prepare changelogs prior to release (f2e111f)
Commits
45b4470Release gix-date v0.8.4, gix-utils v0.1.10, gix-actor v0.30.1, gix-object v0....f2e111fprepare changelogs prior to released53504aMerge branch 'status'aa7c190adapt to changes ingix-dir4d5767cMake it even harder to remove your own CWD8959b21Allow the-nargument as no-op to make them more compatible.9863d75feat: addgix clean --patterns-for-entries|-mto help with wildcards.1a26732assure that we don't artificially make non-recursable directories visiblee944e74further improvements togix cleanbd5f449feat!: RepresentDotGitasExtendedKind- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.