From 93ba78d6f4632ef1c5228965e3edc8c0faf88c1e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 26 May 2020 00:06:52 +0100 Subject: revert(3p/git): Revert merge of git upstream at v2.26.2 This causes cgit to serve error pages, which is undesirable. This reverts commit 5229c9b232de5bfa959ad6ebbb4c8192ac513352, reversing changes made to f2b211131f2347342dde63975b09cf603149f1a3. --- third_party/git/userdiff.c | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'third_party/git/userdiff.c') diff --git a/third_party/git/userdiff.c b/third_party/git/userdiff.c index efbe05e5a5b6..e74a6d402255 100644 --- a/third_party/git/userdiff.c +++ b/third_party/git/userdiff.c @@ -23,28 +23,6 @@ IPATTERN("ada", "[a-zA-Z][a-zA-Z0-9_]*" "|[-+]?[0-9][0-9#_.aAbBcCdDeEfF]*([eE][+-]?[0-9_]+)?" "|=>|\\.\\.|\\*\\*|:=|/=|>=|<=|<<|>>|<>"), -PATTERNS("dts", - "!;\n" - "!=\n" - /* lines beginning with a word optionally preceded by '&' or the root */ - "^[ \t]*((/[ \t]*\\{|&?[a-zA-Z_]).*)", - /* -- */ - /* Property names and math operators */ - "[a-zA-Z0-9,._+?#-]+" - "|[-+*/%&^|!~]|>>|<<|&&|\\|\\|"), -PATTERNS("elixir", - "^[ \t]*((def(macro|module|impl|protocol|p)?|test)[ \t].*)$", - /* -- */ - /* Atoms, names, and module attributes */ - "[@:]?[a-zA-Z0-9@_?!]+" - /* Numbers with specific base */ - "|[-+]?0[xob][0-9a-fA-F]+" - /* Numbers */ - "|[-+]?[0-9][0-9_.]*([eE][-+]?[0-9_]+)?" - /* Operators and atoms that represent them */ - "|:?(\\+\\+|--|\\.\\.|~~~|<>|\\^\\^\\^||<<?>>|<?>|<~>|<=|>=|===?|!==?|=~|&&&?|\\|\\|\\|?|=>|<-|\\\\\\\\|->)" - /* Not real operators, but should be grouped */ - "|:?%[A-Za-z0-9_.]\\{\\}?"), IPATTERN("fortran", "!^([C*]|[ \t]*!)\n" "!^[ \t]*MODULE[ \t]+PROCEDURE[ \t]\n" @@ -146,7 +124,7 @@ PATTERNS("php", "[a-zA-Z_][a-zA-Z0-9_]*" "|[-+0-9.e]+|0[xXbB]?[0-9a-fA-F]+" "|[-+*/<>%&^|=!.]=|--|\\+\\+|<<=?|>>=?|===|&&|\\|\\||::|->"), -PATTERNS("python", "^[ \t]*((class|(async[ \t]+)?def)[ \t].*)$", +PATTERNS("python", "^[ \t]*((class|def)[ \t].*)$", /* -- */ "[a-zA-Z_][a-zA-Z0-9_]*" "|[-+0-9.e]+[jJlL]?|0[xX]?[0-9a-fA-F]+[lL]?" -- cgit 1.4.1