summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-23 00:57:30 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-23 00:57:30 +0300
commitbb1e87b53c6461b8ede8091ae2938a63cd55dd17 (patch)
tree433cbd8ceb747e0889ae637954fb5091c4847db9
parentadded handling of renamed files to git status (diff)
downloadgit-prompt-bb1e87b53c6461b8ede8091ae2938a63cd55dd17.tar.gz
git-prompt-bb1e87b53c6461b8ede8091ae2938a63cd55dd17.tar.bz2
git-prompt-bb1e87b53c6461b8ede8091ae2938a63cd55dd17.zip
compied: added
-rwxr-xr-xprompt1
1 files changed, 1 insertions, 0 deletions
diff --git a/prompt b/prompt
index a3e955e..3440eff 100755
--- a/prompt
+++ b/prompt
@@ -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
}
"
`