Karsten Blees
6bb69077b7
builtin/update-index.c: cleanup update_one
...
do_reupdate calls update_one with a cache_entry.name, there's no need for
the extra sanitation / normalization that happens in prefix_path.
cmd_update_index calls update_one with an already prefixed path, no need to
prefix_path twice.
Remove the extra prefix_path from update_one. Also remove the now unused
'prefix' and 'prefix_length' parameters.
As of d089eba "setup: sanitize absolute and funny paths in get_pathspec()",
prefix_path uncoditionally returns a copy, even if the passed in path isn't
changed. Lets unconditionally free() the result.
Signed-off-by: Karsten Blees <blees@dcon.de >
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2013-11-18 13:04:25 -08:00
..
2013-09-17 11:42:34 -07:00
2013-08-05 11:32:19 -07:00
2013-02-20 13:42:22 -08:00
2013-08-05 11:32:19 -07:00
2013-09-09 14:36:15 -07:00
2013-09-20 12:26:57 -07:00
2013-08-05 09:30:48 -07:00
2013-09-04 12:39:03 -07:00
2013-09-20 12:37:32 -07:00
2013-07-13 10:19:37 -07:00
2013-08-07 08:37:02 -07:00
2013-09-09 14:50:44 -07:00
2013-09-09 14:36:15 -07:00
2013-10-15 16:15:00 -07:00
2012-08-20 12:23:16 -07:00
2013-03-25 15:01:22 -07:00
2013-09-20 12:36:32 -07:00
2013-09-12 14:41:00 -07:00
2013-04-10 13:27:26 -07:00
2013-11-18 13:04:22 -08:00
2013-07-15 10:56:08 -07:00
2013-07-15 10:56:08 -07:00
2013-07-15 10:56:09 -07:00
2013-09-17 11:42:31 -07:00
2013-09-09 14:30:29 -07:00
2013-09-20 12:36:12 -07:00
2013-04-26 11:10:47 -07:00
2013-07-30 08:06:27 -07:00
2013-09-17 11:37:33 -07:00
2013-09-04 12:39:03 -07:00
2013-09-09 14:36:15 -07:00
2013-08-07 08:30:55 -07:00
2013-07-21 22:51:29 -07:00
2013-09-17 11:37:33 -07:00
2012-08-20 12:23:17 -07:00
2013-09-09 14:36:15 -07:00
2013-09-11 15:03:28 -07:00
2012-09-07 10:58:35 -07:00
2013-09-09 14:36:15 -07:00
2012-12-07 14:10:56 -08:00
2013-03-02 22:52:44 -08:00
2013-08-05 11:32:19 -07:00
2013-08-05 11:32:19 -07:00
2013-07-09 09:12:48 -07:00
2013-05-06 22:17:00 -07:00
2013-09-17 11:42:51 -07:00
2012-08-20 12:23:18 -07:00
2013-09-09 14:36:15 -07:00
2013-08-07 08:30:30 -07:00
2013-08-05 11:32:19 -07:00
2013-09-20 12:25:32 -07:00
2012-12-13 11:13:44 -08:00
2013-05-01 15:33:11 -07:00
2013-05-28 09:20:54 -07:00
2013-06-06 12:17:52 -07:00
2013-09-11 14:56:59 -07:00
2013-06-02 15:31:14 -07:00
2013-09-20 12:36:12 -07:00
2013-09-20 12:36:12 -07:00
2013-10-14 11:07:29 -07:00
2013-09-24 23:35:24 -07:00
2013-07-15 10:56:07 -07:00
2013-10-17 15:55:14 -07:00
2013-08-28 11:54:18 -07:00
2013-09-04 12:39:03 -07:00
2013-09-20 12:29:58 -07:00
2013-09-13 12:37:35 -07:00
2013-08-02 16:07:45 -07:00
2013-09-24 23:29:00 -07:00
2013-08-05 11:32:19 -07:00
2013-08-05 11:32:19 -07:00
2013-09-06 13:33:17 -07:00
2012-10-21 12:17:38 -07:00
2013-09-20 12:36:12 -07:00
2013-07-30 08:10:35 -07:00
2013-11-18 13:04:25 -08:00
2013-09-20 12:36:12 -07:00
2012-08-22 10:58:29 -07:00
2013-02-20 13:42:22 -08:00
2012-08-22 10:58:29 -07:00
2013-02-14 09:30:04 -08:00
2012-08-22 10:58:29 -07:00