aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-git.el b/lisp/vc-git.el
index f024144bb67..099c79a066f 100644
--- a/lisp/vc-git.el
+++ b/lisp/vc-git.el
@@ -518,7 +518,7 @@ or BRANCH^ (where \"^\" can be repeated)."
518 (apply #'vc-git-command (or buffer "*vc-diff*") 1 files 518 (apply #'vc-git-command (or buffer "*vc-diff*") 1 files
519 (if (and rev1 rev2) "diff-tree" "diff-index") 519 (if (and rev1 rev2) "diff-tree" "diff-index")
520 "--exit-code" 520 "--exit-code"
521 (append (vc-switches (if vc-git-diff-switches 'git) 'diff) 521 (append (vc-switches 'git 'diff)
522 (list "-p" (or rev1 "HEAD") rev2 "--")))) 522 (list "-p" (or rev1 "HEAD") rev2 "--"))))
523 523
524(defun vc-git-revision-table (files) 524(defun vc-git-revision-table (files)