diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-21 23:37:27 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-21 23:37:27 +0300 |
commit | c071fe3faea6d2d956748835c1e705035c1bf601 (patch) | |
tree | 14b7560a9013c65641b5952f4eb2f7da6d29a97e | |
parent | can not cd to stats/, shows detached dir (diff) | |
download | git-prompt-c071fe3faea6d2d956748835c1e705035c1bf601.tar.gz git-prompt-c071fe3faea6d2d956748835c1e705035c1bf601.tar.bz2 git-prompt-c071fe3faea6d2d956748835c1e705035c1bf601.zip |
added handling of renamed files to git status
-rwxr-xr-x | prompt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,7 +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 + s/^# renamed:[^>]*> /git_added_files+=\" \"/p } " ` |