We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cebac commit 10356a8Copy full SHA for 10356a8
gptel-context.el
@@ -127,7 +127,6 @@ the `.gitignore' file of their associated repository."
127
(action-fn (if remove-p
128
#'gptel-context-remove
129
#'gptel-context-add-file))
130
- ;; Get git info just once for all files
131
(git-cache (and (not remove-p)
132
(gptel-context--build-git-cache default-directory))))
133
(when (or remove-p (null dirs) (null confirm)
0 commit comments