projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5946d4b
)
fixed link in documentation of diff-options
author
Steffen Prohaska
<prohaska@zib.de>
Tue, 2 Oct 2007 06:14:37 +0000
(08:14 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 2 Oct 2007 06:27:20 +0000
(23:27 -0700)
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt
patch
|
blob
|
history
diff --git
a/Documentation/diff-options.txt
b/Documentation/diff-options.txt
index 228ccaf10ab6bf7e4a3909d31ac31afbd2361d8c..b1f528ae8864e429a509365a79d16bb8341620e1 100644
(file)
--- a/
Documentation/diff-options.txt
+++ b/
Documentation/diff-options.txt
@@
-179,8
+179,8
@@
--ext-diff::
Allow an external diff helper to be executed. If you set an
- external diff driver with gitlink:gitattributes
(5)
, you need
- to use this option with gitlink:git-log
(1)
and friends.
+ external diff driver with gitlink:gitattributes
[5]
, you need
+ to use this option with gitlink:git-log
[1]
and friends.
--no-ext-diff::
Disallow external diff drivers.