Skip to content

Conversation

@simon-yc
Copy link
Contributor

No description provided.

@simon-yc simon-yc force-pushed the simonyc/add-git-ask-pass-config branch 2 times, most recently from af799d8 to ec6a050 Compare November 26, 2025 22:26
@simon-yc simon-yc requested a review from a team November 26, 2025 22:38
lib/shipit.rb Outdated
end

def use_git_askpass?
return @use_git_askpass unless @use_git_askpass.nil?
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like this works as intended, but have you validated that @use_git_askpass is properly set as expected?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In Shipit, I modified the development config and confirmed that:

  • if Shipit.use_git_askpass = false, the auth bug does not show.
  • if Shipit.use_git_askpass = true, the auth bug does show.
  • if Shipit.use_git_askpass is not defined, the auth bug does show (since we default to true as shown above).

I assume this is sufficient?

@simon-yc simon-yc force-pushed the simonyc/add-git-ask-pass-config branch from ec6a050 to 0394243 Compare December 10, 2025 20:53
@simon-yc simon-yc force-pushed the simonyc/add-git-ask-pass-config branch from 0394243 to ceeba46 Compare December 10, 2025 21:32
@simon-yc simon-yc merged commit af677f9 into main Dec 11, 2025
15 checks passed
@simon-yc simon-yc deleted the simonyc/add-git-ask-pass-config branch December 11, 2025 19:57
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.

3 participants