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 early wrapping of the command line when using git-prompt.sh and in a git repository #1691

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 11, 2024

  1. Fix early wrapping of the command line when using git-prompt.sh

    When running git-prompt in Bash, the lack of \001 and \002 causes
    the command line to wrap early.
    
    The issue is the current \001 and \002 were not themselves escaped
    and so resulted in binary 0b1 and 0b10 being present, rather than
    the strings "\001" and "\002".
    
    Signed-off-by: Richard Quadling <[email protected]>
    rquadling committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4f5e995 View commit details
    Browse the repository at this point in the history