Skip to content

Fix the git:configure rake task for global git config

Dallas Reedy requested to merge dreedy-fix-git-configure-rake-task into master

What does this Merge Request do?

I tried running the recommended rake git:configure\[true\] (escaped for zsh) task and hit a couple of snags. So I fixed ’em and am now contributing those fixes back to the main repo 😄

If this change needs to be tested, please point me in the right direction for how such a test would be created. I see that currently we’re just testing very basic gets behavior for unexpected & expected input values.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • [-] Documentation added/updated, if needed.
  • [-] gdk doctor test added, if needed.

Merge request reports