···3333--verbatim::
3434 Calculate the patch-id of the input as it is given, do not strip
3535 any whitespace.
3636-3737- This is the default if patchid.verbatim is true.
3636++
3737+This is the default if patchid.verbatim is true.
38383939--stable::
4040 Use a "stable" sum of hashes as the patch ID. With this option:
4141- - Reordering file diffs that make up a patch does not affect the ID.
4242- In particular, two patches produced by comparing the same two trees
4343- with two different settings for "-O<orderfile>" result in the same
4444- patch ID signature, thereby allowing the computed result to be used
4545- as a key to index some meta-information about the change between
4646- the two trees;
4141++
4242+--
4343+- Reordering file diffs that make up a patch does not affect the ID.
4444+ In particular, two patches produced by comparing the same two trees
4545+ with two different settings for "-O<orderfile>" result in the same
4646+ patch ID signature, thereby allowing the computed result to be used
4747+ as a key to index some meta-information about the change between
4848+ the two trees;
47494848- - Result is different from the value produced by git 1.9 and older
4949- or produced when an "unstable" hash (see --unstable below) is
5050- configured - even when used on a diff output taken without any use
5151- of "-O<orderfile>", thereby making existing databases storing such
5252- "unstable" or historical patch-ids unusable.
5050+- Result is different from the value produced by git 1.9 and older
5151+ or produced when an "unstable" hash (see --unstable below) is
5252+ configured - even when used on a diff output taken without any use
5353+ of "-O<orderfile>", thereby making existing databases storing such
5454+ "unstable" or historical patch-ids unusable.
53555454- - All whitespace within the patch is ignored and does not affect the id.
5555-5656- This is the default if patchid.stable is set to true.
5656+- All whitespace within the patch is ignored and does not affect the id.
5757+--
5858++
5959+This is the default if patchid.stable is set to true.
57605861--unstable::
5962 Use an "unstable" hash as the patch ID. With this option,
···6164 by git 1.9 and older and whitespace is ignored. Users with pre-existing
6265 databases storing patch-ids produced by git 1.9 and older (who do not deal
6366 with reordered patches) may want to use this option.
6464-6565- This is the default.
6767++
6868+This is the default.
66696770GIT
6871---