Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b6889b65
Commit
b6889b65
authored
Dec 03, 2008
by
Glenn Morris
Browse files
(vc-git-diff-switches): Doc fix.
parent
f9528daa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
lisp/vc-git.el
lisp/vc-git.el
+3
-6
No files found.
lisp/vc-git.el
View file @
b6889b65
...
...
@@ -110,15 +110,12 @@
(
require
'grep
))
(
defcustom
vc-git-diff-switches
t
"String or list of strings specifying extra switches for Git diff under VC.
If nil, use the value of `vc-diff-switches'.
If you want to force an empty list of arguments, use t."
"String or list of strings specifying switches for Git diff under VC.
If nil, use the value of `vc-diff-switches'. If t, use no switches."
:type
'
(
choice
(
const
:tag
"Unspecified"
nil
)
(
const
:tag
"None"
t
)
(
string
:tag
"Argument String"
)
(
repeat
:tag
"Argument List"
:value
(
""
)
string
))
(
repeat
:tag
"Argument List"
:value
(
""
)
string
))
:version
"23.1"
:group
'vc
)
...
...
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