)]}'
{"git_review/cmd.py":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"9402c0e885c1cbcfc1c0af1944005e1edced67c9","unresolved":true,"context_lines":[{"line_number":1782,"context_line":"    hook_files \u003d [os.path.join(hook_dir, \"commit-msg\")"},{"line_number":1783,"context_line":"                  for hook_dir in hook_dirs]"},{"line_number":1784,"context_line":"    have_hook \u003d any(os.path.exists(hook_file) and os.access(hook_file, os.X_OK)"},{"line_number":1785,"context_line":"                    for hook_file in hook_files)"},{"line_number":1786,"context_line":""},{"line_number":1787,"context_line":"    if not have_hook:"},{"line_number":1788,"context_line":"        set_hooks_commit_msg(remote, hook_files[0])"}],"source_content_type":"text/x-python","patch_set":3,"id":"226892b7_c784efaa","line":1785,"updated":"2024-03-05 15:27:11.000000000","message":"This check implies that if the hook is installed in any valid hook dir then we don\u0027t need to install the hook. Given that why do we need to change git-review to accomodate work trees? Git review should be able to continue to install the hook to more local .git/hooks location and it would work? We may end up installing redundant hooks, but that keeps the git-review hook management a bit simpler.","commit_id":"bfc65a483e8520be9ce1e2e12bcdb869f1140531"}]}
