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

Git corrections for bugs in git_prompt_status() #3910

Closed
wants to merge 2 commits into from
Closed

Git corrections for bugs in git_prompt_status() #3910

wants to merge 2 commits into from

Commits on May 20, 2015

  1. This commits affects how these variables are populated by git_prompt_…

    …status():
    
    * STATUS
    * ZSH_THEME_GIT_PROMPT_UNTRACKED
    * ZSH_THEME_GIT_PROMPT_ADDED
    * ZSH_THEME_GIT_PROMPT_MODIFIED
    
    New values are calculated in a different way to actually represent their name, using
    only git commands and flags/switches.
    mbologna committed May 20, 2015
    Configuration menu
    Copy the full SHA
    78d7618 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. return if not inside git worktree to maintain compatibility

    with existing themes that use git_prompt_info()
    mbologna committed May 26, 2015
    Configuration menu
    Copy the full SHA
    be2edcd View commit details
    Browse the repository at this point in the history