From: Linus Torvalds Date: Thu, 9 Jul 2009 02:24:39 +0000 (-0700) Subject: Simplify read_directory[_recursive]() arguments X-Git-Tag: v1.6.4-rc1~16^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dba2e2037f40685bffc87d3e7114a02c5bda1eff?ds=sidebyside;hp=dba2e2037f40685bffc87d3e7114a02c5bda1eff Simplify read_directory[_recursive]() arguments Stop the insanity with separate 'path' and 'base' arguments that must match. We don't need that crazy interface any more, since we cleaned up handling of 'path' in commit da4b3e8c28b1dc2b856d2555ac7bb47ab712598c. Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---