]> git.eshelyaron.com Git - emacs.git/commitdiff
Add file completion for "git blame" to pcomplete
authorAntero Mejr <antero@mailbox.org>
Thu, 4 Jan 2024 19:49:23 +0000 (19:49 +0000)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 4 Jan 2024 21:04:29 +0000 (22:04 +0100)
* lisp/pcmpl-git.el (pcomplete/git): Add "blame" to the tracked files
clause.  (Bug#68245)

lisp/pcmpl-git.el

index facca4107a1ea91456a60880b98bc15b620e7aa5..95b6859dd238e9e8908e4a1a2e09e8934cf7cd35 100644 (file)
@@ -88,7 +88,7 @@ Files listed by `git ls-files ARGS' satisfy the predicate."
                  (pcomplete-entries
                   nil (pcmpl-git--tracked-file-predicate "-m"))))
                ;; Complete all tracked files
-               ((or "mv" "rm" "grep" "status")
+               ((or "mv" "rm" "grep" "status" "blame")
                 (pcomplete-here
                  (pcomplete-entries nil (pcmpl-git--tracked-file-predicate))))
                ;; Complete revisions