Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a06a8ed5
Commit
a06a8ed5
authored
Feb 16, 2018
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * lisp/vc/vc-git.el (vc-git--program-version): Fix last change.
parent
edc06adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/vc/vc-git.el
lisp/vc/vc-git.el
+1
-1
No files found.
lisp/vc/vc-git.el
View file @
a06a8ed5
...
...
@@ -242,7 +242,7 @@ Should be consistent with the Git config value i18n.logOutputEncoding."
;; Git for Windows appends ".windows.N" to the
;; numerical version reported by Git.
(string-match
"git version \\([0-9.]+\\)\\(\.windows.[0-9]+\\)$"
"git version \\([0-9.]+\\)\\(\.windows.[0-9]+\\)
?
$"
version-string))
(match-string 1 version-string)
"0")))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment