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

Composure bump #1828

Merged
merged 2 commits into from
Feb 5, 2021
Merged

Composure bump #1828

merged 2 commits into from
Feb 5, 2021

Conversation

cornfeedhobo
Copy link
Member

Description

Points composure at the newest commit because they don't push tags anymore

Motivation and Context

fixes #1827

How Has This Been Tested?

locally

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • If I have added a new file, I also added it to clean_files.txt and formatted it using lint_clean_files.sh.
  • I have added tests to cover my changes, and all the new and existing tests pass.

…55fdb9f

55fdb9f Merge pull request Bash-it#24 from bvberkum/pr-21
b360ca5 Use command name, not last argument as shell-name [Bash-it#23]
5c458c9 22 - Document revise behavior with GUI editors
7de4304 Update LICENSE copyright
f784e3a Merge pull request Bash-it#20 from akatrevorjay/pr/zsh-plugin
1901dbe Merge pull request Bash-it#19 from DrVanScott/master
6bcbc7b Add zsh-style plugin for easy load
37bccee fix _typeset_functions_about for functions starting with a dash
27623a9 fix zsh specific issues
2efc446 glossary: list only functions containing 'about'
7899d11 glossary: call _typeset_functions only once
072856e shell(): Fix for cygwin environment
2dc31de avoid error message if gprintf does not exist

git-subtree-dir: vendor/github.com/erichs/composure
git-subtree-split: 55fdb9fa3cd0f181208a46d90da4d87d5b7e4351
…3cd0f181208a46d90da4d87d5b7e4351"

git-vendor-name: composure
git-vendor-dir: vendor/github.com/erichs/composure
git-vendor-repository: https://github.com/erichs/composure
git-vendor-ref: 55fdb9fa3cd0f181208a46d90da4d87d5b7e4351
@cornfeedhobo cornfeedhobo marked this pull request as ready for review February 5, 2021 06:20
Copy link
Member

@NoahGorny NoahGorny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done @cornfeedhobo !

@NoahGorny NoahGorny merged commit 71116f7 into Bash-it:master Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/usr/bin/which: no gprintf error on every bash startup if gprintf is not installed
2 participants