)]}' { "commit": "2b1078298c53135beafa6f7c5085cec41b10f151", "tree": "89e15a1e07d0a7d0787d5f55a5e12b1c4f4af35a", "parents": [ "742a56e31dcab7bb3314c47107ac00e7e47e6464" ], "author": { "name": "Gustaf Lundh", "email": "gustaf.lundh@sonyericsson.com", "time": "Mon Sep 12 12:51:38 2011 +0200" }, "committer": { "name": "Gustaf Lundh", "email": "gustaf.lundh@sonyericsson.com", "time": "Mon Sep 12 12:52:54 2011 +0200" }, "message": "Fix: Issue where Gerrit could not linkify certain URLs\n\nIn commit 742a56e31dcab7bb3314c47107ac00e7e47e6464\nsupport was added to allow Gerrit to linkify URLs\ncontaining \"~\".\n\nHowever, since the \"~\"-character was added after the\ndash \"-\" in the regex pattern:\n\n 742a56: [a-zA-Z0-9$_.+!*\u0027,%;:@\u003d?#/-~]\n ^\n...it effectively changed the meaning of \"-\" from\na literal character to instead include the full range\nof characters between \"/\" and \"~\" (EXCLUDING\nthe actual \"-\" sign)\n\nThis patch allows Gerrit to again acknowledge the \"-\"\nto be a part of the url.\n\nChange-Id: Ia7754481daea103be0664891aa612d6a13d8e344\n", "tree_diff": [ { "type": "modify", "old_id": "32d9a78ae1611e5cd5a846354f1ef6d21a9c57f8", "old_mode": 33188, "old_path": "src/main/java/com/google/gwtexpui/safehtml/client/SafeHtml.java", "new_id": "42d76cc5b4ada4e76d8c116ac193672d12b616e3", "new_mode": 33188, "new_path": "src/main/java/com/google/gwtexpui/safehtml/client/SafeHtml.java" } ] }