diff options
| author | Chris Lattner <sabre@nondot.org> | 2016-07-14 02:52:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2016-07-14 02:52:04 +0000 |
| commit | 0bd882295413a2b00a5cc4db712bcf7dddf117b6 (patch) | |
| tree | b4bbe998459b93ed7ec9422f1e183474d5ce254a /llvm/docs | |
| parent | 7dac027ed7513f330567f3ae67e70ee13c7e34a5 (diff) | |
| download | bcm5719-llvm-0bd882295413a2b00a5cc4db712bcf7dddf117b6.tar.gz bcm5719-llvm-0bd882295413a2b00a5cc4db712bcf7dddf117b6.zip | |
clarify a bit.
llvm-svn: 275364
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/DeveloperPolicy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst index 8592598abf0..23bdb2fcf17 100644 --- a/llvm/docs/DeveloperPolicy.rst +++ b/llvm/docs/DeveloperPolicy.rst @@ -351,7 +351,7 @@ quality patches. If you would like commit access, please send an email to comes with apache) in *crypt* mode (often enabled with "``-d``"), or find a web page that will do it for you. Note that our system does not work with MD5 hashes. These are significantly longer than a crypt hash - e.g. - "``$apr1$vea6bBV2$Z8IFx.AfeD8LhqlZFqJer0``". + "``$apr1$vea6bBV2$Z8IFx.AfeD8LhqlZFqJer0``", we only accept the shorter crypt hash. Once you've been granted commit access, you should be able to check out an LLVM tree with an SVN URL of "https://username@llvm.org/..." instead of the normal |

