X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fdiff-options.txt;fp=Documentation%2Fdiff-options.txt;h=9e574a04d3904228f835eca2ab698c66b92bf2a8;hb=913419fcc648dd43d7f7afdd94fa25aee4f9798a;hp=3d1175e8646474ca35244a3d7e57cd02f18dc310;hpb=47dd0d595d04ee5283dfd8a0b4cbd6e6de8ad57f;p=git.git diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 3d1175e8..9e574a04 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -18,12 +18,13 @@ object name of pre- and post-image blob on the "index" line when generating a patch format output. ---abbrev:: +--abbrev[=]:: Instead of showing the full 40-byte hexadecimal object name in diff-raw format output and diff-tree header - lines, show only handful prefix. This is independent of - --full-index option above, which controls the diff-patch - output format. + lines, show only handful dhexigits 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=. -B:: Break complete rewrite changes into pairs of delete and create.