aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc/vc-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index c990b0659d2..6b8ed7e2c12 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -253,7 +253,7 @@ The following place holders should be present in the string:
253 ;; Git for Windows appends ".windows.N" to the 253 ;; Git for Windows appends ".windows.N" to the
254 ;; numerical version reported by Git. 254 ;; numerical version reported by Git.
255 (string-match 255 (string-match
256 "git version \\([0-9.]+\\)\\(\\.windows.[0-9]+\\)?$" 256 "git version \\([0-9.]+\\)\\(\\.windows\\.[0-9]+\\)?$"
257 version-string)) 257 version-string))
258 (match-string 1 version-string) 258 (match-string 1 version-string)
259 "0"))))) 259 "0")))))