author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 9 Jul 2009 02:24:39 +0000 (19:24 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 9 Jul 2009 08:11:28 +0000 (01:11 -0700) | ||
commit | dba2e2037f40685bffc87d3e7114a02c5bda1eff | |
tree | f5d2a9e6df86486e76f972327fd6596580851161 | tree | snapshot |
parent | 1d8842d921cc2695f155f4a10904eeffad085c77 | commit | 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>
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>
dir.c | diff | blob | history | |
dir.h | diff | blob | history | |
unpack-trees.c | diff | blob | history |