diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 10 |
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 | |||
| 2250 | use @command{git config --local}, or edit @file{.git/config} in the | 2250 | use @command{git config --local}, or edit @file{.git/config} in the |
| 2251 | repository instead of @file{~/.gitconfig}. | 2251 | repository instead of @file{~/.gitconfig}. |
| 2252 | 2252 | ||
| 2253 | @cindex commit-msg hook | ||
| 2254 | Other important Git configuration will automatically be configured when | 2253 | Other important Git configuration will automatically be configured when |
| 2255 | building the project (@pxref{Building from Git}). A | 2254 | building 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 | ||
| 2258 | traceability purposes. It is important to preserve these when editing | ||
| 2259 | your commit messages, particularly if a first version of your proposed | ||
| 2260 | changes 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 | ||
| 2262 | can 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 |
