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

fix: explicitly request that git log does not use a pager #2162

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Jun 30, 2024

Summary

Resolves #2161

Short checklist

  • Did you run bundle exec rubocop -a to fix linter issues?
  • If relevant, did you create a test?
  • Did you confirm that the RSpec tests pass?

Other Information

I wanted to write a feature test for this but couldn't come up with a way to have git use a pager in a manner that didn't cut across the actual tests themselves - I plan to have a second crack at this later this week, but don't think that should block landing the fix.

@mattbrictson
Copy link
Member

Looks great!

@digitalmoksha can you confirm this branch works for you?

@digitalmoksha
Copy link

@mattbrictson yep, it's working for me!

Thanks @G-Rath 🚀

@mattbrictson mattbrictson added the 🐛 Bug Fix Fixes a bug label Jul 1, 2024
@mattbrictson mattbrictson merged commit 00404ec into capistrano:master Jul 1, 2024
16 checks passed
@mattbrictson
Copy link
Member

Merged! I'll release 3.19.1 with the fix later today or tomorrow.

@mattbrictson
Copy link
Member

Released: https://github.com/capistrano/capistrano/releases/tag/v3.19.1

@G-Rath G-Rath deleted the always-use-no-pager branch July 5, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set_current_revision_time hangs in 3.19.0
4 participants