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

[gitbug] Correctly expand user home directory path #1033

Merged

Commits on Feb 5, 2024

  1. gitbug: Correctly expand user home directory

    Previously, providing '~' as part of the path to a gitbug remote would
    not correctly expand to the user's home directory and error out with
    directory not found.
    
    This commit fixes the behavior to correctly expand the path instead,
    aligning behavior with that of the taskrc configuration option and other
    services' path expansion.
    marty-oehme committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3760541 View commit details
    Browse the repository at this point in the history