Junio C Hamano
f63c79dbc8
pack-object: tolerate broken packs that have duplicated objects
...
When --reuse-delta is in effect (which is the default), and an existing
pack in the repository has the same object registered twice (e.g. one copy
in a non-delta format and the other copy in a delta against some other
object), an attempt to repack the repository can result in a cyclic delta
dependency, causing write_one() function to infinitely recurse into
itself.
Detect such a case and break the loopy dependency by writing out an object
that is involved in such a loop in the non-delta format.
Signed-off-by: Junio C Hamano <gitster@pobox.com >
2011-11-16 22:06:08 -08:00
..
2011-05-16 16:47:10 -07:00
2011-06-10 11:52:15 -07:00
2011-03-09 23:52:57 -08:00
2011-05-09 15:27:50 -07:00
2011-06-29 16:41:55 -07:00
2011-03-09 23:52:57 -08:00
2011-06-20 14:27:36 -07:00
2011-08-25 13:39:38 -07:00
2011-08-17 10:39:47 -07:00
2011-09-23 14:30:49 -07:00
2011-03-09 23:52:57 -08:00
2011-09-23 14:27:33 -07:00
2011-08-11 13:04:16 -07:00
2011-05-17 21:01:29 -07:00
2011-09-23 14:28:17 -07:00
2011-03-22 14:29:07 -07:00
2011-06-20 14:27:36 -07:00
2011-08-16 12:41:12 -07:00
2011-08-18 12:25:54 -07:00
2011-09-09 13:59:20 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 11:43:27 -07:00
2011-06-19 14:46:39 -07:00
2011-05-30 00:00:07 -07:00
2011-05-09 11:58:19 -07:00
2011-08-16 11:23:26 -07:00
2011-08-22 14:04:56 -07:00
2011-05-31 12:19:11 -07:00
2011-08-11 13:04:16 -07:00
2011-05-18 14:37:46 -07:00
2011-07-25 10:50:11 -07:00
2011-05-26 14:13:38 -07:00
2011-04-15 10:13:52 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-04-11 10:35:25 -07:00
2011-05-31 12:19:11 -07:00
2011-05-15 15:23:33 -07:00
2011-05-19 10:54:16 -07:00
2011-11-16 22:06:08 -08:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-04-01 17:55:55 -07:00
2011-05-25 15:04:25 -07:00
2011-09-06 11:10:41 -07:00
2011-08-01 10:52:34 -07:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2011-08-25 14:47:07 -07:00
2011-05-08 12:55:34 -07:00
2011-09-11 22:33:20 -07:00
2011-05-31 12:19:11 -07:00
2011-05-19 10:55:54 -07:00
2011-05-16 13:01:45 -07:00
2011-09-06 11:10:41 -07:00
2011-05-31 12:19:11 -07:00
2011-05-31 12:19:11 -07:00
2011-09-11 21:54:32 -07:00
2011-03-22 10:16:54 -07:00
2011-06-10 11:52:15 -07:00
2011-06-20 14:27:36 -07:00
2011-08-25 14:42:11 -07:00
2011-03-22 10:16:54 -07:00