Brandon Williams
afa73c5384
diff: add flag to indicate textconv was set via cmdline
...
git-show is unique in that it wants to use textconv by default except
for when it is showing blobs. When asked to show a blob, show doesn't
want to use textconv unless the user explicitly requested that it be
used by providing the command line flag '--textconv'.
Currently this is done by using a parallel set of 'touched' flags which
get set every time a particular flag is set or cleared. In a future
patch we want to eliminate this parallel set of flags so instead of
relying on if the textconv flag has been touched, add a new flag
'TEXTCONV_SET_VIA_CMDLINE' which is only set if textconv is set to true
via the command line.
Signed-off-by: Brandon Williams <bmwill@google.com >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2017-11-01 11:50:02 +09:00
..
2017-10-31 13:33:08 +09:00
2017-09-10 17:02:51 +09:00
2016-09-07 12:59:42 -07:00
2016-11-22 13:55:20 -08:00
2017-09-06 13:11:25 +09:00
2017-10-18 10:19:08 +09:00
2017-03-21 11:18:41 -07:00
2017-09-28 14:47:53 +09:00
2017-06-15 12:56:22 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-09-07 08:49:26 +09:00
2017-06-15 12:56:22 -07:00
2017-10-07 16:27:55 +09:00
2017-10-18 10:19:08 +09:00
2017-09-10 17:02:49 +09:00
2017-06-15 12:56:22 -07:00
2017-09-19 10:47:57 +09:00
2017-11-01 11:50:02 +09:00
2017-09-08 15:43:17 +09:00
2017-08-23 15:12:06 -07:00
2017-05-30 14:45:03 +09:00
2017-09-28 14:47:52 +09:00
2017-08-03 13:11:02 -07:00
2017-10-07 16:27:55 +09:00
2017-08-03 13:11:02 -07:00
2017-10-07 16:27:55 +09:00
2017-08-20 21:52:08 -07:00
2017-09-29 11:23:43 +09:00
2017-03-31 08:33:56 -07:00
2017-08-26 22:55:09 -07:00
2017-08-23 14:33:52 -07:00
2017-10-04 11:35:29 +09:00
2017-09-29 11:23:43 +09:00
2017-09-25 15:24:09 +09:00
2017-09-27 15:45:24 +09:00
2017-10-18 10:19:08 +09:00
2017-08-20 21:52:53 -07:00
2017-09-25 15:24:07 +09:00
2017-10-10 08:57:24 +09:00
2017-09-08 15:43:17 +09:00
2017-08-26 22:55:04 -07:00
2017-11-01 11:50:02 +09:00
2017-09-08 15:43:17 +09:00
2017-06-23 18:27:07 -07:00
2017-06-24 14:28:41 -07:00
2017-03-21 11:18:41 -07:00
2017-05-08 12:18:19 +09:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-03-26 22:08:21 -07:00
2016-09-15 13:17:32 -07:00
2017-08-14 12:38:54 -07:00
2017-09-19 10:47:57 +09:00
2017-05-08 12:18:19 +09:00
2017-08-03 13:11:02 -07:00
2017-10-07 16:27:55 +09:00
2017-09-07 08:49:28 +09:00
2017-10-10 08:57:24 +09:00
2017-08-23 15:12:06 -07:00
2017-04-14 03:53:25 -07:00
2017-06-15 12:56:22 -07:00
2017-08-26 22:55:09 -07:00
2017-08-19 14:01:34 -07:00
2017-09-07 09:52:18 +09:00
2017-08-22 10:29:03 -07:00
2017-08-03 13:11:02 -07:00
2017-07-27 15:35:06 -07:00
2017-10-05 13:48:19 +09:00
2017-09-24 10:06:04 +09:00
2017-09-22 12:49:57 +09:00
2017-05-30 14:45:04 +09:00
2017-09-24 10:18:21 +09:00
2017-06-24 14:28:41 -07:00
2017-08-20 21:52:08 -07:00
2017-09-14 15:17:59 +09:00
2017-10-31 13:33:08 +09:00
2017-09-10 17:02:48 +09:00
2017-10-03 15:42:47 +09:00
2017-08-02 15:16:09 -07:00
2017-08-03 13:11:02 -07:00
2017-08-22 10:29:03 -07:00
2017-09-09 01:57:03 +09:00
2017-10-18 10:19:08 +09:00
2017-01-23 18:51:56 -08:00
2017-06-15 12:56:22 -07:00
2017-09-28 14:47:56 +09:00
2017-09-24 10:18:21 +09:00
2017-10-18 10:19:08 +09:00
2017-09-25 15:24:06 +09:00
2017-10-10 08:57:24 +09:00
2017-09-19 10:47:55 +09:00
2017-07-17 13:54:38 -07:00
2017-06-15 12:56:22 -07:00
2017-05-30 14:45:04 +09:00
2017-06-15 12:56:22 -07:00
2017-06-24 14:28:41 -07:00
2017-06-15 12:56:22 -07:00
2017-08-11 13:26:58 -07:00
2017-09-27 15:46:05 +09:00
2017-06-15 12:56:22 -07:00