diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-29 01:20:06 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-29 01:32:56 -0800 |
commit | 89438677abaae1a8ffc3c0905f3355a590da7bf4 (patch) | |
tree | f1d43ab8459bcc2010220c32c03001e7588b26f6 /Documentation/diff-options.txt | |
parent | Fix skipping merge-order test with NO_OPENSSL=1. (diff) | |
download | tgif-89438677abaae1a8ffc3c0905f3355a590da7bf4.tar.xz |
Documentation: spell.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 9e574a04d3..5c85167ff2 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -21,7 +21,7 @@ --abbrev[=<n>]:: Instead of showing the full 40-byte hexadecimal object name in diff-raw format output and diff-tree header - lines, show only handful dhexigits prefix. This is + lines, show only handful hexdigits prefix. This is independent of --full-index option above, which controls the diff-patch output format. Non default number of digits can be specified with --abbrev=<n>. |