Code

Merge branch 'ss/mergetool--lib'
[git.git] / contrib / completion / git-completion.bash
index 058c2a92b823e420d0cffd23bdcde49d08d7bb0e..ccdc172a06bcc55ff5c5c3c1854bb34f84910f90 100755 (executable)
@@ -246,6 +246,8 @@ __git_ps1 ()
                                fi
                        elif [ -f "$g/MERGE_HEAD" ]; then
                                r="|MERGING"
+                       elif [ -f "$g/CHERRY_PICK_HEAD" ]; then
+                               r="|CHERRY-PICKING"
                        elif [ -f "$g/BISECT_LOG" ]; then
                                r="|BISECTING"
                        fi