summaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-21 23:23:35 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-21 23:23:35 +0300
commit2e6ea2f3b51e8f16c1793c243dc9a9410ce8211e (patch)
treea01d336a504421edd36d8b656394c811ecd6a6f5 /prompt
parentMerge branch 'git' (diff)
downloadgit-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-xprompt1
1 files changed, 1 insertions, 0 deletions
diff --git a/prompt b/prompt
index 01567cf..d68f859 100755
--- a/prompt
+++ b/prompt
@@ -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
}
"
`