[llvm] r275364 - clarify a bit.
Chris Lattner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 19:52:04 PDT 2016
Author: lattner
Date: Wed Jul 13 21:52:04 2016
New Revision: 275364
URL: http://llvm.org/viewvc/llvm-project?rev=275364&view=rev
Log:
clarify a bit.
Modified:
llvm/trunk/docs/DeveloperPolicy.rst
Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=275364&r1=275363&r2=275364&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Wed Jul 13 21:52:04 2016
@@ -351,7 +351,7 @@ quality patches. If you would like comm
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
More information about the llvm-commits
mailing list