diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-21 23:23:35 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-21 23:23:35 +0300 |
commit | 2e6ea2f3b51e8f16c1793c243dc9a9410ce8211e (patch) | |
tree | a01d336a504421edd36d8b656394c811ecd6a6f5 /prompt | |
parent | Merge branch 'git' (diff) | |
download | git-prompt-2e6ea2f3b51e8f16c1793c243dc9a9410ce8211e.tar.gz git-prompt-2e6ea2f3b51e8f16c1793c243dc9a9410ce8211e.tar.bz2 git-prompt-2e6ea2f3b51e8f16c1793c243dc9a9410ce8211e.zip |
can not cd to stats/, shows detached dir
Diffstat (limited to 'prompt')
-rwxr-xr-x | prompt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,7 @@ PROMPT_COMMAND=' s/^# Changes to be committed:/added=added/p s/^# modified: /git_added_files+=\" \"/p s/^# new file: /git_added_files+=\" \"/p + s/^# renamed: /git_added_files+=\" \"/p } " ` |