projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df50580
)
Add file completion for "git blame" to pcomplete
author
Antero Mejr
<antero@mailbox.org>
Thu, 4 Jan 2024 19:49:23 +0000
(19:49 +0000)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/pcmpl-git.el
b/lisp/pcmpl-git.el
index facca4107a1ea91456a60880b98bc15b620e7aa5..95b6859dd238e9e8908e4a1a2e09e8934cf7cd35 100644
(file)
--- a/
lisp/pcmpl-git.el
+++ b/
lisp/pcmpl-git.el
@@
-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