diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-19 01:19:23 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-19 01:19:23 +0300 |
commit | e18187f3bccb4b45efcf710584bb0a595cce546e (patch) | |
tree | ce308f897495dfcb5a12e585076d876185dedac3 /prompt | |
parent | screenshot pngs are renamed to be consistent (diff) | |
download | git-prompt-e18187f3bccb4b45efcf710584bb0a595cce546e.tar.gz git-prompt-e18187f3bccb4b45efcf710584bb0a595cce546e.tar.bz2 git-prompt-e18187f3bccb4b45efcf710584bb0a595cce546e.zip |
added renamed files detection
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 } " ` |