Revert ""
authorMichael Meffie <mmeffie@sinenomine.net>
Tue, 11 Mar 2014 13:58:45 +0000 (09:58 -0400)
committerMichael Meffie <mmeffie@sinenomine.net>
Tue, 11 Mar 2014 13:58:45 +0000 (09:58 -0400)
This reverts commit 0fba6fbc0953ebb3027f9ad6a81d806dc2c45b86.

GitDevelopers.mdwn

index eb3314f..5f79f85 100644 (file)
@@ -1,4 +1,4 @@
-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 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.