Re: [PATCH] fast-export: deletion action first

2017-05-04 Thread miguel torroja
The previous patch reorders the delete operations in fast-export (preceding any other one), keeps renaming as last operations to process (as original source code) and for any other operation it keeps the same order as "diff" The non deterministic reordering was one of the concerns when I first

[PATCH] fast-export: deletion action first

2017-05-04 Thread Miguel Torroja
The delete operations of the fast-export output should precede any addition belonging to the same commit, Addition and deletion with the same name entry could happen in case of file to directory and viceversa. As an equal comparison doesn't have any deterministic final order, it's better to keep