From: Olaf Faaland Date: Tue, 25 Aug 2015 00:41:26 +0000 (-0700) Subject: LU-930 misc: update README path to git hooks X-Git-Tag: 2.8.58~3 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ad30b360f0cfc5aecadbebdf918f1bf20765a9eb LU-930 misc: update README path to git hooks Update the README file so that the paths given to the git hooks stored in contrib are current. Signed-off-by: Olaf Faaland Change-Id: If864751d88ad54de629a1cda9d1ba6f2089ecd69 Reviewed-on: http://review.whamcloud.com/13428 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- diff --git a/README b/README index f2a8b05..f1118fb 100644 --- a/README +++ b/README @@ -18,4 +18,6 @@ In order to improve the quality of patches submitted to the Lustre tree, it is possible to automatically check every patch and commit against the Lustre Coding Guidelines. To do this, run in the top-level lustre/ tree: - cp build/{prepare-,}commit-msg .git/hooks/ + cd .git/hooks + ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./ + cd ../..