diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-23 00:57:30 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-23 00:57:30 +0300 |
commit | bb1e87b53c6461b8ede8091ae2938a63cd55dd17 (patch) | |
tree | 433cbd8ceb747e0889ae637954fb5091c4847db9 /prompt | |
parent | added handling of renamed files to git status (diff) | |
download | git-prompt-bb1e87b53c6461b8ede8091ae2938a63cd55dd17.tar.gz git-prompt-bb1e87b53c6461b8ede8091ae2938a63cd55dd17.tar.bz2 git-prompt-bb1e87b53c6461b8ede8091ae2938a63cd55dd17.zip |
compied: added
Diffstat (limited to 'prompt')
-rwxr-xr-x | prompt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -272,6 +272,7 @@ PROMPT_COMMAND=' s/^# modified: /git_added_files+=\" \"/p s/^# new file: /git_added_files+=\" \"/p s/^# renamed:[^>]*> /git_added_files+=\" \"/p + s/^# copied:[^>]*> /git_added_files+=\" \"/p } " ` |