commit 986bd9a0366c6483c1749aa79459b612c0752853 from: Omar Polo date: Sun Dec 27 16:43:58 2020 UTC fix diff on multiple files got diff wants a single file or two references/tags/sha. commit - 406d7b4d0d3443ace9ec9f938296041977d918eb commit + 986bd9a0366c6483c1749aa79459b612c0752853 blob - 3085f3a12ce8f5a526f6164dae733d2509a5d018 blob + 6b0b0c04268b44d1114afab446a90e945f56864e --- vc-got.el +++ vc-got.el @@ -517,7 +517,8 @@ LIMIT limits the number of commits, optionally startin (vc-got-with-worktree (car files) (cond ((and (null rev1) (null rev2)) - (apply #'vc-got--diff files)) + (dolist (file files) + (vc-got--diff file))) (t (error "Not implemented"))))))) (provide 'vc-got)