From b7b1b9723f7f0a39b47000c18eb4b89252d02c71 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sun, 1 Sep 2024 15:20:09 -0700 Subject: [PATCH] Clarify that `diff-hook` no longer needs to be an absolute path See: https://gerrit.lix.systems/c/lix/+/1864 Change-Id: Ic70bfe42b261a83f2cb68b8f102833b739b8e03a --- src/libstore/globals.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 51550b2c3..94aa60825 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -637,10 +637,10 @@ public: PathsSetting> diffHook{ this, std::nullopt, "diff-hook", R"( - Absolute path to an executable capable of diffing build - results. The hook is executed if `run-diff-hook` is true, and the - output of a build is known to not be the same. This program is not - executed to determine if two results are the same. + Path to an executable capable of diffing build results. The hook is + executed if `run-diff-hook` is true, and the output of a build is + known to not be the same. This program is not executed to determine + if two results are the same. The diff hook is executed by the same user and group who ran the build. However, the diff hook does not have write access to the