diff options
author | Jon Loeliger <jdl@freescale.com> | 2009-01-12 14:02:07 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-13 00:18:53 -0800 |
commit | 323b9db839cc4e49008666e402aac3264e359423 (patch) | |
tree | a6f870967a1b8ca79e7fa3fac2be103b12c1c3bc /Documentation/diff-options.txt | |
parent | c2c5b27051babdc2a7503d5b9d695b4c7b45c14b (diff) | |
download | git-323b9db839cc4e49008666e402aac3264e359423.tar.gz |
Fix Documentation typos surrounding the word 'handful'.
Some instances replaced by "handful of", others use
the word "few", a couple get a slight rewording.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 671f533ca3..43793d7500 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -116,7 +116,7 @@ endif::git-format-patch[] --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 hexdigits prefix. This is + lines, show only a partial 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>. |