commit | dba2e2037f40685bffc87d3e7114a02c5bda1eff | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 08 19:24:39 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jul 09 01:11:28 2009 -0700 |
tree | f5d2a9e6df86486e76f972327fd6596580851161 | |
parent | 1d8842d921cc2695f155f4a10904eeffad085c77 [diff] |
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 <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>