Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(897)

Unified Diff: third_party/scrypt/.gitattributes

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing licences. Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | third_party/scrypt/FORMAT » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/scrypt/.gitattributes
diff --git a/third_party/scrypt/.gitattributes b/third_party/scrypt/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..42e966b398c0c1f9997831f2657eee211370e544
--- /dev/null
+++ b/third_party/scrypt/.gitattributes
@@ -0,0 +1,11 @@
+# ./configure has an embedded CR (ac_cr='^M'). When treated as text, this gets
+# converted to a CRLF pair by the codereview site which then makes the patch
+# file invalid as such:
+#
+# +
+# +ac_cr='
+# '
+# +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+#
+# All attempts to apply this patch then fail.
+configure binary
« no previous file with comments | « .gitignore ('k') | third_party/scrypt/FORMAT » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698