author | Linus Torvalds <torvalds@osdl.org> | |
Mon, 29 May 2006 19:21:28 +0000 (12:21 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 May 2006 02:08:37 +0000 (19:08 -0700) | ||
commit | 15b5536ee47c6684806edd7725adbbdede9fb95c | |
tree | d490a2039f8e8ab384f84d2c987341fbb2f17762 | tree | snapshot |
parent | 1bc995a3920da4e9143ccf9d34bdabf70ab8a211 | commit | diff |
Remove last vestiges of generic tree_entry_list
The old tree_entry_list is dead, long live the unified single tree
parser.
Yes, we now still have a compatibility function to create a bogus
tree_entry_list in builtin-read-tree.c, but that is now entirely local
to that very messy piece of code.
I'd love to clean read-tree.c up too, but I'm too scared right now, so
the best I can do is to just contain the damage, and try to make sure
that no new users of the tree_entry_list sprout up by not having it as
an exported interface any more.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
The old tree_entry_list is dead, long live the unified single tree
parser.
Yes, we now still have a compatibility function to create a bogus
tree_entry_list in builtin-read-tree.c, but that is now entirely local
to that very messy piece of code.
I'd love to clean read-tree.c up too, but I'm too scared right now, so
the best I can do is to just contain the damage, and try to make sure
that no new users of the tree_entry_list sprout up by not having it as
an exported interface any more.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-read-tree.c | diff | blob | history | |
tree.c | diff | blob | history | |
tree.h | diff | blob | history |