Re: [PATCH v3 6/8] longest_ancestor_length(): require prefix list entries to be normalized

2012-10-22 Thread Johannes Sixt
Am 21.10.2012 07:57, schrieb Michael Haggerty: Move the responsibility for normalizing the prefixes passed to longest_ancestor_length() to its caller. In t0060, only test longest_ancestor_lengths using normalized paths: remove empty entries and non-absolute paths, strip trailing slashes from

[PATCH v3 6/8] longest_ancestor_length(): require prefix list entries to be normalized

2012-10-20 Thread Michael Haggerty
Move the responsibility for normalizing the prefixes passed to longest_ancestor_length() to its caller. In t0060, only test longest_ancestor_lengths using normalized paths: remove empty entries and non-absolute paths, strip trailing slashes from the paths, and remove tests that thereby become