diff options
author | Jim Meyering <meyering@redhat.com> | 2008-07-02 09:49:59 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-19 19:33:12 -0700 |
commit | 6457e58c8fc00ef1c72724dad5f8baf54cfee5a2 (patch) | |
tree | 8034fdf0e93ee76d620f6a76c63caec60f4a0cb1 /Documentation/diff-options.txt | |
parent | 8b1d88e87adcff001a72706bda8dcdefdfb8da67 (diff) | |
download | git-6457e58c8fc00ef1c72724dad5f8baf54cfee5a2.tar.gz |
reword --full-index description
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index cba90fd27c..1759386404 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -107,9 +107,9 @@ endif::git-format-patch[] --exit-code. --full-index:: - Instead of the first handful characters, show full - object name of pre- and post-image blob on the "index" - line when generating a patch format output. + Instead of the first handful of characters, show the full + pre- and post-image blob object names on the "index" + line when generating patch format output. --binary:: In addition to --full-index, output "binary diff" that |