Derrick Stolee
847a9e5d4f
*: remove 'const' qualifier for struct index_state
...
Several methods specify that they take a 'struct index_state' pointer
with the 'const' qualifier because they intend to only query the data,
not change it. However, we will be introducing a step very low in the
method stack that might modify a sparse-index to become a full index in
the case that our queries venture inside a sparse-directory entry.
This change only removes the 'const' qualifiers that are necessary for
the following change which will actually modify the implementation of
index_name_stage_pos().
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-04-14 13:46:00 -07:00
..
2021-02-24 12:14:51 -08:00
2021-01-06 15:10:49 -08:00
2020-07-30 19:18:06 -07:00
2021-02-03 14:52:09 -08:00
2021-02-25 16:43:29 -08:00
2021-02-05 16:40:45 -08:00
2020-12-01 13:05:37 -08:00
2020-08-11 18:04:11 -07:00
2020-07-09 14:00:41 -07:00
2020-08-18 17:17:31 -07:00
2021-01-12 14:04:42 -08:00
2021-02-16 11:27:18 -08:00
2021-03-20 16:09:26 -07:00
2020-09-10 10:49:19 -07:00
2021-02-17 17:21:40 -08:00
2021-01-06 15:10:49 -08:00
2020-04-28 10:47:10 -07:00
2021-01-12 14:04:42 -08:00
2020-11-25 14:43:48 -08:00
2020-08-13 11:02:08 -07:00
2020-09-03 12:37:03 -07:00
2020-11-25 12:30:18 -08:00
2020-10-16 12:30:45 -07:00
2021-01-21 15:51:31 -08:00
2021-02-25 16:43:30 -08:00
2021-02-25 16:43:30 -08:00
2021-02-25 16:43:30 -08:00
2021-02-25 16:43:30 -08:00
2020-11-11 12:55:27 -08:00
2020-09-30 12:53:47 -07:00
2021-01-06 15:10:49 -08:00
2020-11-02 13:17:40 -08:00
2021-02-05 13:49:54 -08:00
2021-02-17 17:21:40 -08:00
2020-03-24 15:04:43 -07:00
2021-01-07 15:13:21 -08:00
2021-01-07 19:12:02 -08:00
2021-01-05 14:58:29 -08:00
2021-02-23 00:22:45 -08:00
2021-02-25 16:43:31 -08:00
2020-08-04 18:34:01 -07:00
2021-03-01 14:02:57 -08:00
2020-12-13 15:53:50 -08:00
2020-04-28 10:47:10 -07:00
2021-03-20 16:09:26 -07:00
2021-04-14 13:46:00 -07:00
2021-02-05 13:49:54 -08:00
2021-03-20 16:09:26 -07:00
2020-02-11 09:59:39 -08:00
2019-08-19 10:08:03 -07:00
2020-10-20 12:53:26 -07:00
2021-02-05 16:40:44 -08:00
2021-01-06 14:22:24 -08:00
2019-10-23 12:05:06 +09:00
2020-07-20 14:35:43 -07:00
2021-01-28 12:03:26 -08:00
2021-02-23 13:30:45 -08:00
2021-02-12 14:21:04 -08:00
2021-01-25 14:19:18 -08: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-12-15 17:39:42 -08:00
2021-02-25 16:43:33 -08:00
2021-02-17 17:21:41 -08:00
2020-04-28 10:47:10 -07:00
2021-02-24 11:49:10 -08:00
2021-03-01 14:02:57 -08:00
2021-02-11 09:21:52 -08:00
2020-07-28 15:02:18 -07:00
2020-11-25 14:43:47 -08:00
2021-01-25 18:32:43 -08:00
2020-07-30 19:18:06 -07:00
2020-09-02 14:39:25 -07:00
2021-02-11 09:57:55 -08:00
2020-12-12 23:35:51 -08:00
2020-11-18 13:32:53 -08:00
2020-02-19 10:56:49 -08:00
2020-10-03 09:59:19 -07:00
2021-01-25 14:19:19 -08:00
2020-09-09 13:53:09 -07:00
2020-05-27 10:07:07 -07:00
2021-01-21 15:51:31 -08:00
2021-03-30 12:57:48 -07:00
2021-02-25 16:43:32 -08:00
2021-02-12 14:21:04 -08:00
2021-02-25 16:43:32 -08:00
2020-01-31 10:45:39 -08:00
2020-04-28 10:47:10 -07:00
2020-11-16 13:44:01 -08:00
2020-07-30 19:18:06 -07:00
2019-07-31 14:38:56 -07:00
2020-08-11 18:04:11 -07:00
2021-01-30 09:57:40 -08:00