From: http://scs11.myopenid.com/ Date: Tue, 7 Sep 2010 22:01:08 +0000 (-0700) Subject: (no commit message) X-Git-Url: http://git.openafs.org/?p=openafs-wiki.git;a=commitdiff_plain;h=04583ec07ca92a9389849c7231177daf016d189d;hp=8c7226d9096c65ff1904b30039f09757f548719d --- diff --git a/AFSLore/GitDevelopers.mdwn b/AFSLore/GitDevelopers.mdwn index 86f4c35..af17727 100644 --- a/AFSLore/GitDevelopers.mdwn +++ b/AFSLore/GitDevelopers.mdwn @@ -99,6 +99,8 @@ If you want to make this settings for all of your repositories, then add the --g Note that this email address is the address by which you will be identified in [[OpenAFS]]'s revision history - it is also the address to which the gerrit code review tool will send all email related to the review of your code. +If you plan on making changes to OpenAFS (and why else would you be reading this?) you should probably also grab The change id hook described in Registering With gerrit below. You can grab and apply the hook before registering, and it'll make sure your pre-registration development has the appropriate change IDs in the log. The hook only applies to your openafs development, so you're not going to mess up any of your non-OpenAFS work. + ## Starting development We strongly recommend that you do all of your development upon 'topic branches' This allows you to isolate multiple unrelated changes, and makes it easier to keep your tree in sync with the upstream [[OpenAFS]] one.