(no commit message)
authorhttp://getopenid.com/sam23 <http://getopenid.com/sam23@web>
Sat, 7 May 2011 01:56:28 +0000 (18:56 -0700)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Sat, 7 May 2011 01:56:28 +0000 (18:56 -0700)
AFSLore/GitDevelopers.mdwn

index 16a9849..5a20ead 100644 (file)
@@ -2,7 +2,7 @@
 
 Git opens up a number of new options for contributing to OpenAFS. For the first time, it is easy to review code that is pending addition to the OpenAFS tree. In fact, reviewing code is one of the best ways to ensure that the releases that OpenAFS ships remain stable and functional. If you are interested purely in reviewing, then please skip to that section towards the end of this document.
 
-Git also changes the way that developers interact with the OpenAFS tree. Instead of just having a single version of the tree on your local machine, you have a compressed copy of the entire repository. Additionally, you no longer have to produce patches to send code upstream - any developer can push into the OpenAFS repository directly, through gerrit, our code review tool.
+Git also changes the way that developers interact with the OpenAFS tree. Instead of just having a single version of the tree on your local machine, you have a compressed copy of the entire repository. Additionally, you no longer have to produce patches to send code upstream - any developer can push into the OpenAFS repository directly, through gerrit, our code review tool. [New Home Construction](http://www.dwh.co.uk)
 
 Whilst git is a far more powerful tool than CVS it is also, inevitably, more complex. This document can only scratch the surface of what's possible with git - there are many, many, documents available that describe git in greater detail, and references to some of them are provided at the end.
 
@@ -244,7 +244,7 @@ Other mechanisms of listing the change to push are available - see <http://gerri
 
 ## <a name="Updating your change"></a> Updating your change
 
-It's possible that your change may have been made against a tree which is too old for it to apply to the tip. In this case, gerrit will let you know that there is a collision, and request that you update the change to the tip.
+It's possible that your change may have been made against a tree which is too old for it to apply to the tip. In this case, gerrit will let you know that there is a collision, and request that you update the change to the tip. [Buy Homes](http://www.barratthomes.co.uk/Find-a-Home/)
 
 You can do this with
 
@@ -288,7 +288,7 @@ Git Magic <http://www-cs-students.stanford.edu/~blynn/gitmagic/>
 
 Git User's Manual <http://www.kernel.org/pub/software/scm/git/docs/user-manual.html>
 
-Git Community Book <http://book.git-scm.com/>
+Git Community Book <http://book.git-scm.com/> 
 
 Gerrit Documentation <http://gerrit.googlecode.com/svn/documentation/2.0/index.html> (only the first 'User Guide' section of this document is relevant)