Sync with 1.8.3.3
[gitweb.git] / contrib / completion / git-completion.bash
index b13c880e9ac586ea4db16388565f1e91bd82fa78..fa3ae1e8535c786dc724ab7a73cccb6f3bfca8de 100644 (file)
@@ -33,8 +33,6 @@ esac
 # returns location of .git repo
 __gitdir ()
 {
-       # Note: this function is duplicated in git-prompt.sh
-       # When updating it, make sure you update the other one to match.
        if [ -z "${1-}" ]; then
                if [ -n "${__git_dir-}" ]; then
                        echo "$__git_dir"