diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-30 13:51:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-30 13:55:34 -0700 |
commit | 8db9307c9ca143fedaa972236054a5783c40bd37 (patch) | |
tree | 714f245e49ec7229a4ba7aff2bc396db6f1f5140 /Documentation/diff-options.txt | |
parent | 'git bisect visualize' (diff) | |
download | tgif-8db9307c9ca143fedaa972236054a5783c40bd37.tar.xz |
Documentaion updates.
Mostly making the formatted html prettier.
Signed-off-by: Junio C Hamano <junkio@cox.net>
(cherry picked from 7adf1f15ebe074d4767df941817a6cf86d8e2533 commit)
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index b28496e5c8..48cf93cc38 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -51,3 +51,5 @@ Swap two inputs; that is, show differences from cache or on-disk file to tree contents. +For more detailed explanation on these common options, see also +link:diffcore.html[diffcore documentation]. |