Skip to content

Commit

Permalink
fix legit pull: no more "HEAD"
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
vindarel committed Nov 20, 2024
1 parent 48f1dee commit a2c1f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/legit/porcelain-git.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ allows to learn about the file state: modified, deleted, ignored… "

(defmethod pull ((vcs vcs-git))
;; xxx: recurse submodules, etc.
(run-git (list "pull" "HEAD")))
(run-git (list "pull")))

(defmethod push ((vcs vcs-git))
(run-git (list "push")))
Expand Down

0 comments on commit a2c1f6f

Please sign in to comment.