Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/no-more-fnmatch'
[gitweb.git]
/
contrib
/
completion
/
git-prompt.sh
diff --git
a/contrib/completion/git-prompt.sh
b/contrib/completion/git-prompt.sh
index 202e2e520f42059c308f196e0c5022c3dbb4a142..7b732d2aeba0e3bca3b42d28f2f8f5730a08ccee 100644
(file)
--- a/
contrib/completion/git-prompt.sh
+++ b/
contrib/completion/git-prompt.sh
@@
-111,7
+111,7
@@
__git_ps1_show_upstream ()
;;
svn-remote.*.url)
svn_remote[$((${#svn_remote[@]} + 1))]="$value"
- svn_url_pattern
+="
\\|$value"
+ svn_url_pattern
="$svn_url_pattern
\\|$value"
upstream=svn+git # default upstream is SVN if available, else git
;;
esac