]> git.ipfire.org Git - thirdparty/git.git/commit - dir.c
Simplify read_directory[_recursive]() arguments
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Jul 2009 02:24:39 +0000 (19:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2009 08:11:28 +0000 (01:11 -0700)
commitdba2e2037f40685bffc87d3e7114a02c5bda1eff
treef5d2a9e6df86486e76f972327fd6596580851161
parent1d8842d921cc2695f155f4a10904eeffad085c77
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>
dir.c
dir.h
unpack-trees.c