Files
git/builtin
Elijah Newren 060df62422 fast-export: Fix output order of D/F changes
The fast-import stream format requires incremental changes which take place
immediately, meaning that for D->F conversions all files below the relevant
directory must be deleted before the resulting file of the same name is
created.  Reversing the order can result in fast-import silently deleting
the file right after creating it, resulting in the file missing from the
resulting repository.

We correct this by first sorting the diff_queue_struct in depth-first
order.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-07-09 16:16:29 -07:00
..
2010-04-09 22:43:18 -07:00
2010-03-15 00:58:42 -07:00
2010-04-09 22:43:18 -07:00
2010-04-03 12:28:39 -07:00
2010-04-13 18:15:08 -07:00
2010-03-21 16:23:44 -07:00
2010-03-21 16:23:44 -07:00
2010-03-28 21:52:28 -07:00
2010-03-28 21:52:28 -07:00
2010-04-09 22:43:18 -07:00
2010-04-19 22:41:30 -07:00
2010-03-31 15:14:27 -07:00
2010-04-03 12:28:41 -07:00