summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 0da29d4c68b..0863bf5c2f4 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -2250,16 +2250,8 @@ different name or email just for commits in this repository, you can
2250use @command{git config --local}, or edit @file{.git/config} in the 2250use @command{git config --local}, or edit @file{.git/config} in the
2251repository instead of @file{~/.gitconfig}. 2251repository instead of @file{~/.gitconfig}.
2252 2252
2253@cindex commit-msg hook
2254Other important Git configuration will automatically be configured when 2253Other important Git configuration will automatically be configured when
2255building the project (@pxref{Building from Git}). A 2254building the project (@pxref{Building from Git}).
2256@file{.git/hooks/commit-msg} hook will be installed that embeds
2257@samp{Change-Id} Git @emph{trailers} in your commit messages for
2258traceability purposes. It is important to preserve these when editing
2259your commit messages, particularly if a first version of your proposed
2260changes was already submitted for review. If you have a
2261@file{commit-msg} hook of your own you would like to use with Guix, you
2262can place it under the @file{.git/hooks/commit-msg.d/} directory.
2263 2255
2264@node Tracking Bugs and Changes 2256@node Tracking Bugs and Changes
2265@section Tracking Bugs and Changes 2257@section Tracking Bugs and Changes