Junio C Hamano
610e2b9240
blame: validate and peel the object names on the ignore list
...
The command reads list of object names to place on the ignore list
either from the command line or from a file, but they are not
checked with their object type (those read from the file are not
even checked for object existence).
Extend the oidset_parse_file() API and allow it to take a callback
that can be used to die (e.g. when an inappropriate input is read)
or modify the object name read (e.g. when a tag pointing at a commit
is read, and the caller wants a commit object name), and use it in
the code that handles ignore list.
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2020-09-24 22:20:58 -07:00
..
2020-04-28 10:47:10 -07:00
2020-05-07 12:24:35 -07:00
2020-06-08 18:06:32 -07:00
2020-09-24 22:20:58 -07:00
2020-07-06 22:09:15 -07:00
2019-11-11 11:46:29 +09:00
2020-07-09 14:00:41 -07:00
2020-02-18 15:28:58 -08:00
2020-04-28 10:47:10 -07:00
2020-06-08 18:06:30 -07:00
2020-06-12 17:27:16 -07:00
2020-07-06 22:09:17 -07:00
2020-07-15 16:29:45 -07:00
2020-04-28 10:47:10 -07:00
2020-05-13 12:19:19 -07:00
2020-06-22 10:31:15 -07:00
2020-03-26 17:11:21 -07:00
2020-06-22 10:46:45 -07:00
2020-04-20 18:22:54 -07:00
2020-07-09 14:00:43 -07:00
2019-10-07 10:20:12 +09:00
2020-06-25 14:19:23 -07:00
2020-06-25 12:27:47 -07:00
2020-06-29 14:17:24 -07:00
2020-03-24 15:04:43 -07:00
2020-05-08 14:25:04 -07:00
2020-07-06 22:09:15 -07:00
2020-02-04 11:36:37 -08:00
2020-05-05 14:54:27 -07:00
2020-05-01 13:39:59 -07:00
2020-06-19 14:04:08 -07:00
2020-06-24 09:14:21 -07:00
2020-04-28 10:47:10 -07:00
2020-05-05 14:54:27 -07:00
2020-05-05 14:54:27 -07:00
2020-05-27 10:07:07 -07:00
2020-02-11 09:59:39 -08:00
2020-06-02 13:35:01 -07:00
2020-01-31 10:45:39 -08:00
2019-10-23 12:05:06 +09:00
2020-02-05 10:36:33 -08:00
2020-04-28 10:47:10 -07:00
2020-06-10 18:06:34 -07:00
2019-12-09 12:26:40 -08:00
2020-03-24 15:04:44 -07:00
2020-05-13 12:19:18 -07:00
2020-07-06 22:09:16 -07:00
2020-05-05 14:54:28 -07:00
2019-12-06 12:36:53 -08:00
2020-04-28 10:47:10 -07:00
2020-05-13 12:19:19 -07:00
2020-07-06 22:09:13 -07:00
2020-07-06 22:09:15 -07:00
2020-04-28 10:47:10 -07:00
2020-05-13 12:19:18 -07:00
2020-01-31 10:45:39 -08:00
2020-04-28 10:47:10 -07:00
2020-02-18 13:21:46 -08:00
2020-05-13 12:19:18 -07:00
2020-02-19 10:56:49 -08:00
2020-04-28 10:47:10 -07:00
2020-04-28 10:47:10 -07:00
2020-04-28 10:47:10 -07:00
2020-05-27 10:07:07 -07:00
2020-04-28 10:47:10 -07:00
2020-06-29 14:17:24 -07:00
2020-04-29 16:15:31 -07:00
2020-07-06 22:09:17 -07:00
2020-05-08 14:25:04 -07:00
2020-01-31 10:45:39 -08:00
2020-04-28 10:47:10 -07:00
2020-04-02 11:09:49 -07:00
2020-07-06 22:09:15 -07:00