Jonathan Nieder
71a5d4bc0e
diff: funcname and word patterns for perl
...
The default function name discovery already works quite well for Perl
code... with the exception of here-documents (or rather their ending).
sub foo {
print <<END
here-document
END
return 1;
}
The default funcname pattern treats the unindented END line as a
function declaration and puts it in the @@ line of diff and "grep
--show-function" output.
With a little knowledge of perl syntax, we can do better. You can
try it out by adding "*.perl diff=perl" to the gitattributes file.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2010-12-27 08:47:21 -08:00
..
2010-08-31 16:25:11 -07:00
2010-12-16 21:43:08 -08:00
2010-11-24 15:55:19 -08:00
2010-09-03 09:43:42 -07:00
2010-05-07 09:34:59 -07:00
2010-12-03 16:10:36 -08:00
2010-12-19 17:49:42 -08:00
2010-01-31 10:24:53 -08:00
2010-10-19 14:15:30 -07:00
2010-12-10 13:52:05 -08:00
2010-08-20 10:53:56 -07:00
2010-11-03 09:19:10 -07:00
2010-12-16 12:57:15 -08:00
2010-11-09 16:37:40 -08:00
2010-10-08 12:31:07 -07:00
2010-10-08 12:31:07 -07:00
2010-10-06 12:08:48 -07:00
2010-10-08 12:29:52 -07:00
2010-08-20 14:16:51 -07:00
2010-10-19 12:00:28 -07:00
2010-11-03 09:20:48 -07:00
2010-10-08 12:29:52 -07:00
2010-10-13 19:10:55 -07:00
2010-10-13 19:10:55 -07:00
2010-10-08 12:31:07 -07:00
2010-11-03 09:20:47 -07:00
2010-12-02 11:30:35 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-07-20 16:52:53 -07:00
2010-11-29 17:52:34 -08:00
2010-10-08 12:31:07 -07:00
2010-12-03 16:13:06 -08:00
2010-01-20 20:28:49 -08:00
2010-10-06 12:08:48 -07:00
2010-07-20 16:59:17 -07:00
2010-10-06 12:08:48 -07:00
2010-11-04 16:53:52 -07:00
2010-11-03 09:20:47 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-11-05 10:05:46 -07:00
2010-12-16 16:36:03 -08:00
2010-10-08 12:29:52 -07:00
2010-12-16 12:58:38 -08:00
2010-02-18 17:13:18 -08:00
2010-11-03 09:20:41 -07:00
2010-10-08 12:31:07 -07:00
2010-09-09 11:39:23 -07:00
2010-10-08 12:31:07 -07:00
2010-10-13 20:20:09 -07:00
2010-12-18 22:58:40 -08:00
2010-12-19 17:49:42 -08:00
2010-01-10 13:01:28 +01:00
2010-08-20 14:16:21 -07:00
2010-01-10 13:01:28 +01:00
2010-07-20 16:59:17 -07:00
2010-08-24 09:48:20 -07:00
2010-03-30 16:49:19 -07:00
2010-01-10 13:01:28 +01:00
2010-04-03 12:28:42 -07:00
2010-10-08 12:29:52 -07:00
2010-10-08 12:31:07 -07:00
2010-09-03 09:43:42 -07:00
2010-11-03 09:19:04 -07:00
2010-10-08 12:31:07 -07:00
2010-10-08 12:29:52 -07:00
2010-06-13 20:18:23 -07:00
2010-10-08 12:31:07 -07:00
2010-08-18 14:02:03 -07:00
2010-03-02 21:16:45 -08:00
2010-08-20 14:16:22 -07:00
2010-01-10 13:01:28 +01:00
2010-12-08 11:24:12 -08:00
2010-08-24 09:48:20 -07:00
2010-10-08 12:31:07 -07:00
2010-01-10 13:01:28 +01:00
2010-11-17 13:23:55 -08:00
2010-10-08 12:31:07 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-08-09 10:13:18 -07:00
2010-12-14 07:36:23 -08:00
2010-10-13 19:10:55 -07:00
2010-12-22 14:40:26 -08:00
2010-11-23 12:15:43 -08:00
2010-01-10 13:01:28 +01:00
2010-10-13 19:10:55 -07:00
2010-10-08 12:31:07 -07:00
2010-11-19 11:04:20 -08:00
2010-11-19 11:04:20 -08:00
2010-04-18 13:56:29 -07:00
2010-11-03 09:20:41 -07:00
2010-11-24 12:45:07 -08:00
2010-01-10 13:01:25 +01:00
2010-07-25 21:52:19 -07:00
2010-07-05 11:51:20 -07:00
2010-09-18 15:14:41 -07:00
2010-10-08 12:31:07 -07:00
2010-10-08 12:31:07 -07:00
2010-12-02 11:30:35 -08:00
2010-12-07 13:13:21 -08:00
2010-12-10 16:36:53 -08:00
2010-02-18 17:13:18 -08:00
2010-01-10 13:01:28 +01:00
2010-08-24 10:47:21 -07:00
2010-10-08 12:31:07 -07:00
2010-10-21 16:26:42 -07:00
2010-01-10 13:01:28 +01:00
2010-10-19 14:15:30 -07:00
2010-11-09 09:42:57 -08:00
2010-08-21 23:51:22 -07:00
2010-08-09 09:11:44 -07:00
2010-07-19 11:11:07 -07:00
2010-10-08 12:31:07 -07:00
2010-01-10 13:01:28 +01:00
2010-11-03 09:20:41 -07:00
2010-01-10 13:01:28 +01:00
2010-10-21 16:26:42 -07:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-02-14 18:23:16 -08:00
2010-01-10 13:01:28 +01:00
2010-11-15 10:05:54 -08:00
2010-12-03 14:05:32 -08:00
2010-01-10 13:01:28 +01:00
2010-01-10 13:01:28 +01:00
2010-12-16 21:43:08 -08:00
2010-12-27 08:47:21 -08:00
2010-10-13 19:10:55 -07:00
2010-01-10 13:01:28 +01:00
2010-08-31 14:28:20 -07:00
2010-03-12 21:55:39 -08:00
2010-11-11 10:57:16 -08:00
2010-10-13 19:10:55 -07:00
2010-11-12 15:06:03 -08:00
2010-07-20 16:59:17 -07:00
2010-07-05 13:39:02 -07:00
2010-11-03 09:18:58 -07:00
2010-11-03 09:19:08 -07:00
2010-01-10 13:01:28 +01:00
2010-11-03 09:20:41 -07:00
2010-01-10 13:01:28 +01:00
2010-09-09 16:17:59 -07:00
2010-11-24 15:13:58 -08:00
2010-09-29 13:48:20 -07:00
2010-09-09 11:39:20 -07:00
2010-10-26 21:54:04 -07:00
2010-06-16 14:45:09 -07:00
2010-10-08 12:31:07 -07:00
2010-01-10 13:01:28 +01:00
2010-11-24 15:55:05 -08:00
2010-12-21 14:30:19 -08:00
2010-10-06 13:45:42 -07:00
2010-01-10 13:01:28 +01:00
2010-07-20 16:59:17 -07:00
2010-11-03 09:20:48 -07:00