Bug 274260 - [git-webkit] Handle core.hooksPath
Summary: [git-webkit] Handle core.hooksPath
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-16 07:59 PDT by Jonathan Bedard
Modified: 2024-05-17 11:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2024-05-16 07:59:27 PDT
A user may have core.hooksPath set, so that git is looking somewhere other than .git/hooks for hooks. git-webkit setup should consider this possibility, and prompt a user to either change core.hooksPath or to place hooks into the directory referenced by that path.
Comment 1 Jonathan Bedard 2024-05-16 07:59:41 PDT
<rdar://problem/128152670>
Comment 2 Jonathan Bedard 2024-05-16 08:10:58 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28654
Comment 3 EWS 2024-05-17 11:46:53 PDT
Committed 278921@main (a60827c76f1d): <https://commits.webkit.org/278921@main>

Reviewed commits have been landed. Closing PR #28654 and removing active labels.