Update documentation to match behaviour change. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> --- Documentation/git-patch-id.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/git-patch-id.txt b/Documentation/git-patch-id.txt index e21b79b..9299b90 100644 --- a/Documentation/git-patch-id.txt +++ b/Documentation/git-patch-id.txt @@ -33,12 +33,13 @@ OPTIONS With this option, reordering file diffs that make up a patch or splitting a diff up to multiple diffs that touch the same path does not affect the ID. - This is the default if patchid.stable is set to true. + This is the default. --unstable:: Use a non-symmetrical sum of hashes, such that reordering or splitting the patch does affect the ID. - This is the default. + This is the default if patchid.stable is set to false. + This was the default value for git 1.9 and older. <patch>:: The diff to create the ID of. -- MST -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html